RESOLVE> RESIZE-FILE RESTORE-INPUT
RESOLVE> ( DP-mark -- )   compile-only
<FORTH-83>
resolves a pointer created by MARK> Mostly used in compiling words like THEN
 simulate:
   : RESOLVE> ?COMP  HERE SWAP ! ;

reference: p4_forward_resolve in ../src/forth-83.c:0210, export CO RESOLVE>