TriggerReactor

TriggerReactor

24.6k Downloads

Add Switch&Case

rkdrns4747 opened this issue · 2 comments

commented

We have IF statement rn, but It's not enough to handle conditioning all situations. I think It's better to add new operator, SWITCH, CASE, which do the same thing as switch(){ case: } in Java.

It could be LongRun, or might not be.

commented

Switch-case doesn’t allow anything that if-statements don’t already do, and it will add more complexity to the language, so I doubt this is worth implementing. In any case, it should be a low priority.

Sent with GitHawk

commented

@gerzytet
I added this issue bcz more than 10 of developers suggested this. It could be more complex in scripting or viewing scripts, but I feel confident about adding more operators, SWITCH CASE.