15.6.2.1940 NR> n-r-from TOOLS EXT
Interpretation:
Interpretation semantics for this word are undefined.
Execution:
( -- i * x +n ) ( R: j * x +n -- )
Retrieve the items previously stored by an invocation of N>R. n is the number of items placed on the data stack. It is an ambiguous condition if NR> is used with data not stored by N>R.
See:
Implementation:
This implementation depends on the return address being on
the return stack.