Name
printf:useful — ordinary primitive
Synopsis
EXTENSIONS
PFE-PRINTF
( args ... format$ -- )( | ) ; | |
Description
uses SPRINTF to print to a temporary 256-char buffer
and prints it to stdout afterwards. See the example
at SPRINTF of what it does internally.