CESI Type (Pointer)

args.h, bascmd.h, basfunc.h, basop.h, estack.h, link.h, vat.h, unknown.h

typedef const ESQ *CESI;

Represents a pointer to a constant expression.

The type CESI acts like ESI, but the value pointed to by it may have to be constant. For example, it may be a SYM_STR whose contents are stored at a fixed place in the program.