RosettaCodeData/Task/Conditional-structures/IDL/conditional-structures-4.idl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
118 B
Text

switch <expression> of
(choice-1): <command-1>
[(choice-2): <command-2> [...]]
[else: <command-else>]
endswitch