RosettaCodeData/Task/Conditional-structures/Comal/conditional-structures-3.comal
2023-07-01 13:44:08 -04:00

6 lines
100 B
Text

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