aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/dot-base.frt
blob: f3d293c21da7d9b7f39c342b8f316e97ef24c78f (plain)
1
2
3
4
5

\ print current BASE in decimal, keep BASE intact
: .base ( -- )
    base @ dup decimal . base !
;