FALSE
FALSE
Boolean FALSE.
Example 1: Assign FALSE to a variable
true
a = false
b =
print a ' output: 1
print b ' output: 0
Example 2: Use in a while loop
true
IsRunning =
while(IsRunning)
i++print i
if(i == 5) then IsRunning = false
wend
'Output: 1 2 3 4 5
Example 3: Use in a if statement
false ' replace false with true
ButtonPressed = if(ButtonPressed) then print "Button was pressed"
Code samples using FALSE
003 conditional branching.bas
100lines.bas
2048.bas
2048.bas
agendus.bas
blackbox.bas
Blackbox.bas
bopit.bas
checkers.bas
checkers.bas
chess.bas
chess.bas
conrec-sb-v01.bas
falling blocks - tetris.bas
gobble.bas
guessit.bas
hanoi.bas
matches.bas
matches.bas
maze generator.bas
memoryTest.bas
memorytest.bas
neolithic.bas
palm_cli.bas
pdocview.bas
primes.bas
Primes.bas
sokoban.bas
sokoban.bas
Language
AND
AS
BAND
BG
BOR
BYREF
CALL
CASE
CATCH
CONST
DECLARE
DEF
DO
ELIF
ELSE
ELSEIF
END
END TRY
ENDIF
EQV
EXIT
FALSE
FI
FOR
FUNC
GOSUB
GOTO
IF
IFF
IMP
IN
LABEL
LET
LIKE
LOCAL
LSHIFT
MDL
MOD
NAND
NEXT
NOR
NOT
ON
OR
REM
REPEAT
RETURN
RSHIFT
SELECT
STEP
STOP
SUB
THEN
THROW
TO
TRUE
TRY
UNTIL
USE
USG
USING
WEND
WHILE
XNOR
XOR
If there is insufficient information on this page and you wish learn more about FALSE,
please send an email to smallbasic@gmail.com. You can help to improve information about
FALSE by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.