file: job.t package: muf status: tentative
{ string -> [] }
The unprintFormatString[
function breaks up a
]print
style format string into its components and
returns them as a block. It is intended to be used by
programmers who intend to implement a superset of
]print
or else a similar function, such as the muck
one that does pronoun substituion:
Stack: "This %s a %3.5d %8.2string" unprintFormatString[ Stack: [ "This " "%s" " a " "%3.5d" " " "%8.2s" "tring" |
Go to the first, previous, next, last section, table of contents.