6 lines
114 B
Text
6 lines
114 B
Text
|
|
case <expression> of
|
||
|
|
(choice-1): <command-1>
|
||
|
|
[(choice-2): <command-2> [...]]
|
||
|
|
[else: <command-else>]
|
||
|
|
endcase
|