summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jefs.fs5
1 files changed, 1 insertions, 4 deletions
diff --git a/jefs.fs b/jefs.fs
index eaf93c1..e1831a8 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -11,8 +11,5 @@
: syswrite ( u c-addr fd -- n ) 1 syscall3 ;
: say ( c-addr u -- ) swap 1 syswrite drop ;
-: saying 0 if bye then ; \ err: failure will result in infinite loop?
-\ in specific it jumps back to the beginning of the word it seems. why?
-\ the correct jump val should be 0x1a
+: saying 0 if bye then ;
saying TESTSTR say bye
-\ TESTSTR say bye