diff options
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) |
