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 458d324..10d4e9e 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -540,7 +540,7 @@ decimal
: dump ( a n -- ) begin ?dup 0> while swap dup (dump) 16 + swap 1- repeat drop ; \ dump n lines (of 16 bytes each) of memory starting at a
\ }}}
-0 constant version
+1 constant version
: welcome ." welcome to Jewelforth, version " version u. cr .free ;
welcome quit bye