ESTACK Function (Macro)

estack.h

#define ESTACK(idx) (*(idx))

Reads the expression stack at a specific index.

The ESTACK macro can be used to read the expression stack at the index idx. It simply dereferences idx, since the ESI and CESI types are in fact pointers to quantums of type ESQ.