Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
Array Declaratie
BREAK
Choose
CONTINUE
DEC
DO
END WITH
Exist
FOR
FOR EACH
GOTO
INC
LOOP
NEXT
OPEN
QUIT
REPEAT
RETURN
STATIC
STOP
TRUE
UNTIL
WEND
WHILE
WITH
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Boolean
DIM
Var
AS
Boolean
This native datatype represents a boolean value.
The value of a boolean can be either
TRUE
or
FALSE
.
When converting a boolean to a numeric value,
TRUE
becomes
-1
and
FALSE
becomes
0
.
See also
Datatypes