bit-hack/nano-script

Allow global arrays

Closed this issue · 2 comments

It would be nice to support global arrays:

var global_array[128]

function my_func()
  global_array[2] = 1234
end

Working on this with c23a18a

Addressed in commit: c80472b