summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-15 03:34:22 +1100
committerkitty <nepeta@canaglie.net>2026-02-15 03:34:22 +1100
commitb362a30a6c1dfe81f70d86b843d58068a99bc867 (patch)
tree31134b888b4f872b105dcd95050179d8a0c61f3c
parent02b0c608ac82322c6ef65ee96650f877bb7abd94 (diff)
remove accidental comment
-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