
format(+Control, +Arguments)

   Interpret the Arguments according to the Control string and print the result to the output stream.

Arguments
   Control             a text (represented as atom, chars, codes or string)
   Arguments           a list of arguments

Type
   library(format)

Description
Equivalent to format(output,Control,Arguments)

Modes and Determinism
   format(+, +) is det

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

See Also
   format / 3, printf / 2
