RosettaCodeData/Task/Conditional-structures/Comal/conditional-structures-3.comal

7 lines
100 B
Plaintext

IF choice=1 THEN
PRINT "One"
ELIF choice=2 THEN
PRINT "Two"
ELSE
Print "None of the above"