RosettaCodeData/Task/Conditional-structures/IDL/conditional-structures-4.idl

6 lines
118 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
switch <expression> of
(choice-1): <command-1>
[(choice-2): <command-2> [...]]
[else: <command-else>]
endswitch