cmajor
cmajor copied to clipboard
Feature Request: Switch Statements
Switch statements are listed as a reserved keyword in the documentation, but don't seem to be implemented yet. Adding this feature would be very helpful for avoiding long if-else trees in situations where there are many possible states.
Thank you!