Name
backward-mark:system — ordinary primitive
Synopsis
FORTH
<MARK
( -- DP-mark )compile-only( | ) ; | |
Description
memorizes the current DP on the CS-STACK
used for <RESOLVE later. Useful for creation of
compiling words, eg. BEGIN , see AHEAD
simulate:
: <MARK ?COMP HERE ;