Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
Developer Documentation
Gambas Programming Interface
Cat
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
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
GB_BOOLEAN
typedef struct { GB_TYPE type; int value; #if __WORDSIZE == 64 int _pad; #endif intptr_t _reserved[2]; }
GB_BOOLEAN
;
This structure represents a
Boolean
Gambas value.
See also
Gambas Value Datatype