bit-hack/nano-script

Allow compound expressions for array assignments

Opened this issue · 0 comments

var array[4]
array[0] = 2
array[0] += 3