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

7 lines
100 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
IF choice=1 THEN
PRINT "One"
ELIF choice=2 THEN
PRINT "Two"
ELSE
Print "None of the above"