5 lines
176 B
Text
5 lines
176 B
Text
REM BBC BASIC uses integers to represent Booleans; the keywords
|
|
REM FALSE and TRUE equate to 0 and -1 (&FFFFFFFF) respectively:
|
|
|
|
PRINT FALSE
|
|
PRINT TRUE
|