about summary refs log tree commit diff
path: root/output.e
diff options
context:
space:
mode:
Diffstat (limited to 'output.e')
-rw-r--r--output.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.e b/output.e
index b7c4dc7..156c7a8 100644
--- a/output.e
+++ b/output.e
@@ -14,7 +14,7 @@
 ~   Strings are comparatively easy.
 ~
 ~ (string pointer --)
-: emitstring dup stringlen swap sys-write ;
+: emitstring dup stringlen swap 1 sys-write drop ;
 
 : space 32 value@ emitstring drop ;
 : newline 10 value@ emitstring drop ;