2R@ 2R> 2ROT
2R@ ( -- a,a )  
ansi .6.2.0415 <CORE>
fetch a double-cell value from the return-stack, that had been previously been put there with 2>R - see R@

reference: p4_two_r_fetch in ../src/core.c:2047, export CO 2R@