Previous Next Edit Rename Undo Refresh Search Administration
| Documentation |
|
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.