PICK


Next: RCL Up: COD Command Summary Previous: PI

PICK

Duplicate the nth number on the stack (not counting n itself), where n is the top number on the stack. Note: 1 PICK does the same thing as DUP, and 2 PICK does the same thing as OVER.

Example:

 100. 200. 300. 400.
COD> 3 PICK
 100. 200. 300. 400. 200.



Web Page Maintained by: Dr. Lawrence E. Brown elwin@redshift.gsfc.nasa.gov