Next: Variables, Previous: Crash Introduction, Up: Expression Evaluator
The expression evaluator allows three proper intrinsic types, corresponding to logical integer, real and string, and a special no value type, correspoding the C void type.
The intrinsic types application available definitions for the integer,
real, string and void types are X1f4_E4_MODE
,
X1f4_E4_REAL
, X1f4_E4_TEXT
and X1f4_E4_VOID
,
correspondingly.
See Symbolic Types.
The C types correspoding the integer, real and string
types are defined as X1f4_E4_C_MODE
, X1f4_E4_C_REAL
and
X1f4_E4_C_TEXT
.
See C Types.