RosettaCodeData/Task/Conditional-structures/AmigaE/conditional-structures-4.amiga
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

8 lines
113 B
Text

SELECT var
CASE n1
-> code
CASE n2
-> code
DEFAULT
-> no one of the previous case...
ENDSELECT