diff options
| author | kitty <nepeta@canaglie.net> | 2026-02-15 15:07:02 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-02-15 15:07:02 +1100 |
| commit | 4747d865f744460e615a4a8d6edaa1c59631ce25 (patch) | |
| tree | d39beef0c5d3017d19c2b5e4907c1f06282df48a /jefs.fs | |
| parent | 1e8811261e7b7a58ff4269c9b4ef16fbcc49e3d4 (diff) | |
improve number
i think that doing Everything in forth while possible
is kinda putting more effort in for no reason,
so we now have BASE and the ability to use hex digits. whee!
Diffstat (limited to 'jefs.fs')
| -rw-r--r-- | jefs.fs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +: decimal 10 base ! ; +: hex 16 base ! ; + : [compile] parse find drop >cfa compile, ; immediate : ' parse find drop >cfa [compile] lit ; immediate \ note: no error handling (yet) |
