summaryrefslogtreecommitdiff
path: root/sanctuary.fs
blob: 9ed0e61d0d85d2f46e6e7a3d3e0aaf9879162ecb (plain)
1
2
3
4
5
6
7
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