* RESOLVE> ( DP-mark -- ) compile-only resolves a pointer created by >MARK> Mostly used in compiling words like THEN simulate: : RESOLVE> ?COMP HERE SWAP ! ;
RESOLVE>
( DP-mark -- )
compile-only
>MARK>
THEN
simulate: : RESOLVE> ?COMP HERE SWAP ! ;
system ordinary primitive