(.)
* (.) ( n -- addr u )

Convert _n_ to characters, without punctuation, as for `.`
(dot), returning the address and length of the resulting
string.
 : (.)  ( n -- addr u )  DUP ABS 0 <# #S ROT SIGN #> ;

FORTH/DEF toolbelt ordinary primitive