sink
sink copied to clipboard
`for: range func` fails
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