Re: Can you return from inside a switch?
- Posted by ghaberek (admin) in June
- 667 views
axtens_bruce said...
Can you return from inside a switch?
To answer this explicitly in case anyone is wondering: yes, you can use return from inside a switch statement.
-Greg