5 lines
60 B
Text
5 lines
60 B
Text
|
|
CONST FALSE=0
|
||
|
|
CONST TRUE = Not FALSE
|
||
|
|
Print FALSE
|
||
|
|
Print TRUE
|