sink icon indicating copy to clipboard operation
sink copied to clipboard

`for: range func` fails

Open velipso opened this issue 2 years ago • 0 comments

This fails:

def test
  return 5
end

for: range test
  say 'yo'
end

Should say 'yo' 5 times, but instead errors with:

Cannot use non-variable in for loop

velipso avatar May 01 '22 21:05 velipso