You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2018. It is now read-only.
10000
lua.pbc: example.lua:9: attempt to compare nil with number
stack traceback:
example.lua:9: in main chunk
[PIR]: in function 'docall'
[PIR]: in function 'handle_script'
[PIR]: in function 'main'
In Lua, the scope of local variables declared inside a loop includes the condition as well. However, it seems that parrot-lua does not know about this common mistake.