mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-25 17: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.
|
||||
COMPILE x -- Meta compiles. Kind of blows the mind. See below.
|
||||
CONSTANT x n -- Creates cell x that when called pushes its value
|
||||
DELW x -- Delete word x. If it shadows another definition,
|
||||
that definition is unshadowed.
|
||||
DELW a -- Delete wordref at a. If it shadows another
|
||||
definition, that definition is unshadowed.
|
||||
DOES> -- See description at top of file
|
||||
IMMED? a -- f Checks whether wordref at a is immediate.
|
||||
IMMEDIATE -- Flag the latest defined word as immediate.
|
||||
|
@ -134,5 +134,5 @@
|
||||
;
|
||||
|
||||
: DELW
|
||||
' 1 - 0 SWAP C!
|
||||
1 - 0 SWAP C!
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user