Switch: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 17:32, 30 August 2005
The switch statement in con is similar to that in C.
switch <gamevar>
case <constant> <do something> break case <constant> <do something> break
endswitch