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