diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-13 20:36:56 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-13 20:36:56 +1100 |
| commit | acd4c350073bdab710980c83ddea648a8b7b0919 (patch) | |
| tree | 8c69949bc7a533ec1e6eb86163b63a34ac7a56f6 | |
| parent | 0a625a8852bbcc1f1636c2c59e928552c33ad47d (diff) | |
well i guess that's how much i'm gonna get done today.
i may take a lil Break now, (possibly writing Another forth x3)
i've worked on this every day for over a month. which is a lot for me.
seems like a good time to enter Version 1, even though there's
still stuff i wish i got done. i'll get it done maybe probably at some
point.
| -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 |
