Next: struct x1f4_sentence_type, Previous: struct x1f4_progress_type, Up: Imperative Language Interpreter Types [Index]
typedef struct x1f4_sanction_type { struct x1f4_sentence_type in_clause; unsigned bits; } x1f4_sanction_type;
The struct x1f4_sanction_type
record describes collection traversal
entry clauses.
Its fields are:
in_clause
is the struct x1f4_sentence_type
description of the traversal
introductory if statement (and how it is constructed).
bits
one of X1f4_PROGRESS_EQCLAUSE
, X1f4_PROGRESS_GECLAUSE
,
X1f4_PROGRESS_GTCLAUSE
, X1f4_PROGRESS_LECLAUSE
and
X1f4_PROGRESS_LTCLAUSE
, it establishes the function of the entry clause.