-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Add support for the "switch" keyword and, implicitly, the "case" and "default" keywords. This will require attention in adjusting how the interpreter handles "break" statements and custom pointer manipulation for the conditional cases.
switch (value) {
case "yes":
break;
case "no":
break;
default:
break;
}
Metadata
Metadata
Assignees
Labels
No labels