Re: still on namespace
- Posted by irv Dec 29, 2010
- 1011 views
There is no value returned from the switch statement.
The only output from this is done by the print statement(s). Of course, what happens in the case statement is not limited to printing stuff - you can modify variables, call functions, etc.