mirror of
https://github.com/hsoft/collapseos.git
synced 2025-01-13 08:38:05 +11:00
Change DELW signature
This commit is contained in:
parent
68f359d6c2
commit
6f082b0b13
@ -38,8 +38,8 @@ CREATE x -- Create cell named x. Doesn't allocate a PF.
|
|||||||
words are *not* executed.
|
words are *not* executed.
|
||||||
COMPILE x -- Meta compiles. Kind of blows the mind. See below.
|
COMPILE x -- Meta compiles. Kind of blows the mind. See below.
|
||||||
CONSTANT x n -- Creates cell x that when called pushes its value
|
CONSTANT x n -- Creates cell x that when called pushes its value
|
||||||
DELW x -- Delete word x. If it shadows another definition,
|
DELW a -- Delete wordref at a. If it shadows another
|
||||||
that definition is unshadowed.
|
definition, that definition is unshadowed.
|
||||||
DOES> -- See description at top of file
|
DOES> -- See description at top of file
|
||||||
IMMED? a -- f Checks whether wordref at a is immediate.
|
IMMED? a -- f Checks whether wordref at a is immediate.
|
||||||
IMMEDIATE -- Flag the latest defined word as immediate.
|
IMMEDIATE -- Flag the latest defined word as immediate.
|
||||||
|
@ -134,5 +134,5 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
: DELW
|
: DELW
|
||||||
' 1 - 0 SWAP C!
|
1 - 0 SWAP C!
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user