Forum Discussion

Nik's avatar
Nik
Icon for Cirrus rankCirrus
Feb 07, 2015

breaking out of a switch statement?

is it possible to break out of a switch statement like you would a loop? the break command doesn't seem to work. my goal is to say.. if condition is met then use the default action, like this:   ...