[ library(format) | Reference Manual | Alphabetic Index ]
format(+Control, +Arguments)
Interpret the Arguments according to the Control string and print the result to the output stream.
- Control
- a text (represented as atom, chars, codes or string)
- Arguments
- a list of arguments
Description
Equivalent to format(output,Control,Arguments)
Modes and Determinism
Modules
This predicate is sensitive to its module context (tool predicate, see @/2).
See Also
format / 3, printf / 2