TAA Tools

STACK -- Stack
Stack of Data in CL Programs. The stack commands (SNDSTK, RCVSTK, UPDSTK,
LKPSTK, INZSTK, and SORTSTK) provide a solution for handling a stack of entries
in a CL program. The stack is held in a 2000 byte variable within your program.
The commands manipulate the stack. This avoids having to code indexing
operations within your CL program when a stack of entries is needed.
						

For the full documentation, click here.

Added to TAA Productivity tools April 1, 1995