aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
Diffstat (limited to 'core.fth')
-rw-r--r--core.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.fth b/core.fth
index c5b80b6..7807489 100644
--- a/core.fth
+++ b/core.fth
@@ -189,7 +189,7 @@
: compile, postpone literal postpone execute ;
: buffer: create allot ;
-: variable create 1 cells allot ;
+: variable 1 cells buffer: ;
: constant create , does> @ ;
: value constant ;
: to ' 4 cells + state @ if postpone literal ['] ! , else ! then ; imm