push_END_TAG Function (ROM Call 0x263)

estack.h

void push_END_TAG (void);

Pushes end-of-list marker to the expression stack.

push_END_TAG pushes END_TAG to the expression stack. This is the same as push_quantum (END_TAG).

push_END_TAG may be useful when you want to push a list on the expressions stack: first push END_TAG, then all elements of the list in reverse order, and finally push LIST_TAG (using push_LIST_TAG).


Uses: push_quantum
Used by: Parse2DExpr, Parse2DMultiExpr, push_setmode, OSLinkCmd, de_initRes, de_loop, gr_ck_solvergraph, InitDEMem, InitTimeSeq


See also: push_quantum