We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PRINTF fmt val
Formatted print.
PRINTF is a function value.
#SOURCE
printf: make function! [ [ "Formatted print." fmt "Format" val "Value or block of values" ][ print format :fmt :val ] ]