6 lines
72 B
Text
6 lines
72 B
Text
|
|
IF aNumber THEN
|
||
|
|
'the number is not 0
|
||
|
|
ELSE
|
||
|
|
'the number is 0
|
||
|
|
END IF
|