xref: /illumos-gate/usr/src/common/ficl/test/prefix.fr (revision b2519362c825a494fb6e93549e2e32a425011563)
1: 0x  { | old-base -- n }
2    base @ to old-base
3    16 base !
4    0 0 parse-word >number 2drop drop
5    old-base base !
6;
7