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 Oct 29, 2019. It is now read-only.
Lua is a weird language, it can actually return multiple values from functions as individual return values like so
Which when called like so means that you only gain one of the values
As such to pickup all values you must either do
or
I think adding the ability to do this in blockly-lua could be handy, especially when starting to build event sensitive programs.