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

2 lines
70 B
Text

IF x = 0 THEN doSomething
IF x < 0 THEN doSomething ELSE doOtherThing