mani-language / Mani

Máni ... an awesome, super simple programming language!
https://mani-language.github.io/
Mozilla Public License 2.0
28 stars 7 forks source link

Switch statements. #79

Closed crazywolf132 closed 5 years ago

crazywolf132 commented 5 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The addition of switch statements would make this language just that little bit better. It would remove the need for mass amounts of if statements.

Describe the solution you'd like A clear and concise description of what you want to happen.

Simply implementing another class (like maniFunction etc) to handle this.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

N/A

Additional context Add any other context or screenshots about the feature request here.

Some example code will be added here at a later stage.

Kalekdan commented 5 years ago

@crazywolf132 @ankitshubham97 I assume this can be closed now?

ankitshubham97 commented 5 years ago

@Kalekdan Yes, this can be closed now.