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 is an extension of the discussion I started in Issue 138.
Using the syntax in the linked discussion I propose the when keyword can be eliminated, also I'd like to propose to change case to match instead.
When statements can instead simply be delimited by a semi-colon, which can be handled optionally as it currently is in JavaScript.
Hello,
This is an extension of the discussion I started in Issue 138.
Using the syntax in the linked discussion I propose the
when
keyword can be eliminated, also I'd like to propose to changecase
tomatch
instead.When statements can instead simply be delimited by a semi-colon, which can be handled optionally as it currently is in JavaScript.
Example:
I'd like to hear other's thoughts on this.
Thanks,
Joris
The text was updated successfully, but these errors were encountered: