xref: /titanic_52/usr/src/common/ficl/test/prefix.fr (revision a71a9b4041b747842ca055046d2e2b9c3564a4a8)
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