RosettaCodeData/Task/Conditional-structures/AmigaE/conditional-structures-4.amiga

9 lines
113 B
Plaintext

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