* # ( n.n -- n.n' ) see also HOLD for old-style forth-formatting words and PRINTF of the C-style formatting - this word divides the argument by BASE and add it to the picture space - it should be used inside of <# and #>
#
( n.n -- n.n' )
HOLD
PRINTF
BASE
<#
#>
FORTH/ANS core (dpANS.6.1.0030) ordinary primitive