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