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

8 lines
151 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
IF condition
-> if condition is true...
ELSEIF condition2
-> else if condition2 is true...
ELSE
-> if all other conditions are not true...
ENDIF