diff options
| -rw-r--r-- | jefs.fs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
