PICK
stackThe PICK
function copies on top of the stack the element at level N. Parameter N is consumed off the top of the stack when PICK
is called.
Loading
The PICK
function copies on top of the stack the element at level N. Parameter N is consumed off the top of the stack when PICK
is called.