PICK PERFORM PLACE
PICK ( n -- value )  
ansi .6.2.2030 <CORE>
pick the nth value from under the top of stack and push it note that
   0 PICK -> DUP         1 PICK -> OVER

reference: p4_pick in ../src/core.c:2346, export CO PICK