Bytecode interpreter init
This commit is contained in:
@@ -33,7 +33,7 @@ test_arrays :: ()
|
||||
for i := 0, i < length_of(array1), i+=1;; assert(0 == array1[i])
|
||||
|
||||
print("Thing % %", {30, 20})
|
||||
test_array_any(10, {20, 30})
|
||||
test_array_any(array_of_any = {20, 30}, any = 10)
|
||||
// test_array_any(10, 20, 30) // @fix
|
||||
|
||||
Some_Struct :: struct
|
||||
|
||||
Reference in New Issue
Block a user