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
This should probably just be syntactic sugar initially, to avoid making too many assumptions about how wider statements should work. In particular, function statements can only reference functions defined earlier in the file (or themselves) and must be followed by exactly one expression.
The text was updated successfully, but these errors were encountered:
Instead of:
something like:
This should probably just be syntactic sugar initially, to avoid making too many assumptions about how wider statements should work. In particular, function statements can only reference functions defined earlier in the file (or themselves) and must be followed by exactly one expression.
The text was updated successfully, but these errors were encountered: