SLUDGE

pushToStack


Syntax:

pushToStack (thisStack, thisElement);

Purpose:

Adds the new element thisElement at the top of the stack thisStack.

Return value:

No return value.

See also:

The Multi-Purpose Stack / Array / Queue Type

popFromStack