fix MARK so it works when interpreting, not just when compiling
This commit is contained in:
parent
1f37a19c1b
commit
af34583b5f
|
|
@ -1302,7 +1302,7 @@ DEFER REFILL
|
|||
|
||||
\ Debugging aid; shows a label and the contents of the stacks at runtime
|
||||
: MARK ( "<spaces?>name" ) IMMEDIATE
|
||||
PARSE-NAME POSTPONE SLITERAL POSTPONE (MARK) ;
|
||||
PARSE-NAME STATE @ IF POSTPONE SLITERAL POSTPONE (MARK) ELSE (MARK) THEN ;
|
||||
|
||||
>>FORTH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue