RosettaCodeData/Task/Conditional-structures/AmigaE/conditional-structures-4.amiga
2023-07-01 13:44:08 -04:00

8 lines
113 B
Text

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