3 lines
70 B
Text
3 lines
70 B
Text
|
|
IF x = 0 THEN doSomething
|
||
|
|
IF x < 0 THEN doSomething ELSE doOtherThing
|