PICK
* PICK ( n -- value )

pick the nth value from under the top of stack and push it
note that
   0 PICK -> DUP         1 PICK -> OVER

core ordinary primitive