Next: , Previous: Ferret Error Routines, Up: Ferret C Libraries


3.3 Ferret Booleans

Ferret implement an abstract data type to identify boolean values. Its internal representation conform to the C boolean-integer conventions, so Ferret boolean values can (and should) be used directly on C conditional sentences.

— Data Type: ferret_bool_t

Ferret boolean data type. Can hold TRUE or FALSE values.

These values are compatible with C booleans conventions.