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

resolves a previous <MARK , actually pushes
the DP-address memorized at <MARK into the dictionary.
Mostly used after BRANCH or ?BRANCH in compiling
words like UNTIL
 simulate:
   : <RESOLVE ?COMP  , ;

FORTH/BASE system ordinary primitive