RosettaCodeData/Task/Conditional-structures/SIMPOL/conditional-structures-1.simpol
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
64 B
Text

if x == 1
foo()
else if x == 2
bar()
else
foobar()
end if