summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jefs.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/jefs.fs b/jefs.fs
index ff6aa5b..b726db0 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -22,7 +22,7 @@ decimal
\ TODO interpret mode strings?
: s" [ char " ] literal 1 >in +! ( skip spc ) [compile] litstring ; immediate
-: ." [compile] s" ' say compile, ; immediate \ lol this word breaks the highlighting
+: ." [compile] s" ' say compile, ; immediate \ lol this word breaks the highlighting, here have another "
: begin here @ ; immediate
: again branch here @ 4 + - d, ; immediate \ add 4 to get to beginning of the next instruction