Name

backward-resolve:system — ordinary primitive

Synopsis

FORTH
<RESOLVE ( DP-mark -- )compile-only(); 
 ;

Description

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  , ;