system forth-83 did define a system extension word set which
was deleted in dpans94 due to some problems with the
native-compiling variants of forth. pfe is traditional
enough to use the words as they were originally intended.
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
makes room for a pointer in the dictionary to
be resolved through RESOLVE> and does therefore
memorize that cell's address on the CS-STACK
Mostly used after BRANCH or ?BRANCH in compiling
words like IF or ELSE
The variable that holds the or the topmost search-order
wordlist. The new ansforth standard suggests the use
of SET-CONTEXT and GET-CONTEXT instead of
using CONTEXT! and CONTEXT@
The variable that holds the or the topmost compile-order
wordlist. The new ansforth standard suggests the use
of SET-CURRENT and GET-CURRENT instead of
using CURRENT! and CURRENT@