sprintf ( format-string -- quot )
Formatted printing

Prev:printf ( format-string -- quot )
Next:strftime ( format-string -- quot )


Vocabulary
formatting

Inputs
format-stringa string


Outputs
None

Word description
Returns the arguments (specified on the stack) formatted according to the format string as a result string.

See also
printf

Definition