| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
25.1.6.1 Atomic types
The atomic types are the pre-existing ones, defined in the standard Bigloo's library.
<atomic-type> → <bigloo-type>
| <c-type>
<bigloo-type> → |
The type obj denotes the super type of all Bigloo types (i.e.,
all Bigloo types, such as procedure, pair, ...) is an
obj. The type cobj denotes the super of all C types
(i.e., all preexisting C types such as char, uchar,
schar, short, ...). The type pair-nil denotes
values that are either pairs or the () value.
