* PICK ( n -- value ) pick the nth value from under the top of stack and push it note that 0 PICK -> DUP 1 PICK -> OVER
PICK
( n -- value )
0 PICK -> DUP 1 PICK -> OVER
FORTH/ANS core (dpANS.6.2.2030) ordinary primitive