bit-hack/nano-script

Should we support for loops?

Closed this issue · 1 comments

should we support a for loop construct like this?

function example(count)
  var i
  for i = 0 to count
    print(i)
  end
end

for loops are now supported in the language.