Documentation Prolog Predicate Reference format format/3

format/3

Output a formatted string.

Description

format( +stream, +term, :arguments )
Same as format_/4, but outputs the text on the given stream.

Implementation