aboutsummaryrefslogtreecommitdiffstats
path: root/forth/core.fth
diff options
context:
space:
mode:
Diffstat (limited to 'forth/core.fth')
-rw-r--r--forth/core.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/core.fth b/forth/core.fth
index a4bac26..90a8577 100644
--- a/forth/core.fth
+++ b/forth/core.fth
@@ -198,7 +198,7 @@
else dup emit rot 2dup c! char+ swap drop swap 1- then
repeat drop r> - 1 chars / ;
-: :noname 0 , here ] ;
+: :noname here 0 , here swap ] ;
: evaluate _source @ >r _sourceu @ >r >in @ >r
0 >in ! _sourceu ! _source ! _ev