Open fredi-68 opened 5 years ago
can do this with an array of arrays storing arguments and instruction pointer like
[instruction, arg1, arg2, arg3, ...]
due to the nested array restrictions and currently not being able to build 3D arrays dynamically, this feature will have to wait to be implemented
can do this with an array of arrays storing arguments and instruction pointer like
[instruction, arg1, arg2, arg3, ...]