forward-resolve:system — ordinary primitive
FORTH
RESOLVE> ( DP-mark -- )compile-only(
)
resolves a pointer created by MARK> Mostly used in compiling words like THEN
simulate: : RESOLVE> ?COMP HERE SWAP ! ;