Package org.jext.dawn.stack

Class Summary
ClearFunction Clears stack.
Usage:
clear
DepthFunction Returns the depth (size) of the stack.
DropFunction Drop topmost stack object.
Usage:
drop
DropnFunction Drop n succesive objects from stack.
Usage:
number dropn
DupDupFunction Duplicates topmost stack element twice.
Usage:
element dupdup
DupFunction Duplicate topmost stack object.
Usage:
dup
DupnFunction Duplicate n first stack elements.
Usage:
number dupn
NDupFunction Duplicate n times topmost stack object.
Usage:
number ndup
PickFunction Picks an object on any stack level and duplicate it.
Usage:
number oick
RclFunction Recalls a variable value on the stack.
Usage:
variable rcl
ReverseFunction Reverses the stack.
Usage:
rev
RollDownFunction Rotates the n first elements of the stack by putting each one to the previous level but the first one which goes at last pos.
Usage:
number rolld
RollFunction Rotates the n first elements of the stack by putting each one to the next level but the first one which goes on top.
Usage:
number roll
RotFunction Rolls three elements of the stack.
Usage:
rot
SetFunction Set the topmost stack value into a variable.
Usage:
value variable ->
StoFunction Store topmost stack value into a variable.
Usage:
value variable sto
SwapFunction Swaps topmost object with next one.
Usage:
swap
UnrotFunction Rolls down three elements of the stack.
Usage:
unrot
 



Copyright ? 2002 Romain Guy.