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
Anonymous functions in NetsBlox/Snap! have implicit arguments when none are specified as shown below. The generated code should reflect these same rules.
When arguments are specified (even if unused), empty slots are evaluated to "0":
If no arguments are specified and it is called with a single value, all empty slots will be filled with the given value.
If the number of inputs passed matches the number of empty slots, then the inputs are passed to each empty slot.
The text was updated successfully, but these errors were encountered:
Anonymous functions in NetsBlox/Snap! have implicit arguments when none are specified as shown below. The generated code should reflect these same rules.
When arguments are specified (even if unused), empty slots are evaluated to "0":

If no arguments are specified and it is called with a single value, all empty slots will be filled with the given value.

If the number of inputs passed matches the number of empty slots, then the inputs are passed to each empty slot.

The text was updated successfully, but these errors were encountered: