FORGET
): ¶Not implemented (yet).
CS-PICK
, CS-ROLL
): ¶This typically results in an abort"
with a descriptive error
message (may change into a -22 throw
(Control structure mismatch)
in the future). You may also get a memory access error. If you are
unlucky, this ambiguous condition is not caught.
FORGET
): ¶Not implemented (yet).
CREATE
: ¶;CODE
behaves like DOES>
in this respect, i.e., it changes
the execution semantics of the last defined word no matter how it was
defined.
POSTPONE
applied to [IF]
: ¶After defining : X POSTPONE [IF] ; IMMEDIATE
. X
is
equivalent to [IF]
.
[ELSE]
or [THEN]
: ¶Continue in the same state of conditional compilation in the next outer input source. Currently there is no warning to the user about this.
FORGET
): ¶Not implemented (yet).