diff options
Diffstat (limited to 'sanctuary.fs')
| -rw-r--r-- | sanctuary.fs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sanctuary.fs b/sanctuary.fs index e40527c..9ed0e61 100644 --- a/sanctuary.fs +++ b/sanctuary.fs @@ -1,3 +1,8 @@ : \ 10 parse 2drop ; immediate \ test : ( [ char ) ] literal parse 2drop ; immediate ( test ) + +: binary 2 base ! ; +: octal 8 base ! ; +: decimal 10 base ! ; +: hex 16 base ! ; bye |
