6 lines
58 B
Text
6 lines
58 B
Text
|
|
IF X THEN
|
||
|
|
// do if X is not 0
|
||
|
|
ELSE
|
||
|
|
// do if X is 0
|
||
|
|
END;
|