RosettaCodeData/Task/Conditional-structures/BASIC/conditional-structures-2.basic

3 lines
70 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
IF x = 0 THEN doSomething
IF x < 0 THEN doSomething ELSE doOtherThing