RESOLVE>
* RESOLVE> ( DP-mark -- ) compile-only

resolves a pointer created by >MARK>
Mostly used in compiling words like THEN
 simulate:
   : RESOLVE> ?COMP  HERE SWAP ! ;

system ordinary primitive