<RESOLVE <N> =
<RESOLVE ( DP-mark -- )   compile-only
<FORTH-83>
resolves a previous <MARK , actually pushes the DP-address memorized at BRANCH or ?BRANCH in compiling words like UNTIL
 simulate:
   : <RESOLVE ?COMP  , ;

reference: p4_backward_resolve in ../src/forth-83.c:0179, export CO <RESOLVE