7 lines
63 B
Text
7 lines
63 B
Text
|
|
put TRUE
|
||
|
|
-- 1
|
||
|
|
put FALSE
|
||
|
|
-- 0
|
||
|
|
if 23 then put "Hello"
|
||
|
|
-- "Hello"
|