Cyclone Scheme
0.28.0
|
The boolean type: True or False. More...
#include <types.h>
Data Fields | |
const char * | desc |
gc_header_type | hdr |
const tag_type | tag |
The boolean type: True or False.
Booleans always refer to one of the objects boolean_t
or boolean_f
which are created by the runtime.