Home / api / name / gb_boolean 
GB_BOOLEAN
Syntax
typedef
  struct {
    GB_TYPE type;
    long value;
    long _reserved[2];
    }
  GB_BOOLEAN;

This structure represents a Boolean Gambas value.


See also
Gambas Value Datatype