home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
forthmacs
/
!Forthmacs
/
lib
/
xprint
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-24
|
242 b
|
16 lines
decimal
2 constant two
8 constant eight
10 constant ten
16 constant sixteen
: n. ( n base -- )
base @ >r base ! u. r> base !
;
: ln. ( d base -- )
base @ >r base ! ul. r> base !
;
: x. ( n -- ) ( print in unsigned hex )
sixteen n.
;