Name

forward-resolve:system — ordinary primitive

Synopsis

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

Description

resolves a pointer created by MARK> Mostly used in compiling words like THEN

 simulate:
   : RESOLVE> ?COMP  HERE SWAP ! ;