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
I believe both of the examples below should produce compiler warnings. They're the two ways I could imagine interpreting a type spec for a rest parameter. The BNF is #rest variable-name, not #rest variable.
I believe both of the examples below should produce compiler warnings. They're the two ways I could imagine interpreting a type spec for a rest parameter. The BNF is
#rest variable-name
, not#rest variable
.https://play.opendylan.org/shared/ac3d2bab7156132f
The text was updated successfully, but these errors were encountered: