Previous: programming-idef, Up: The optional Programming-Tools word set
FORGET
):CS-PICK
, CS-ROLL
):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
):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]
:: X POSTPONE [IF] ; IMMEDIATE
. X
is
equivalent to [IF]
.
[ELSE]
or [THEN]
:FORGET
):