Next: mpg-ref-print_coverage, Previous: mpg-ref-predicate_property, Up: mpg-bpr [Contents][Index]
print/[1,2] hookableprint(+Stream, +Term)
print(+Term)
Writes Term on the standard output stream, without quoting atoms,
calling user:portray/1 on subterms.
stream_object, must be ground
A valid open Prolog stream, defaults to the current output stream.
term
print(Term) is equivalent to:
write_term(Term, [portrayed(true),numbervars(true)])
Stream errors (see ref-iou-sfh-est).
ref-iou-tou, user:portray/1.