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