print/[1,2]
[hookable]print(
+Stream,
+Term)
print(
+Term)
Writes Term on the standard output stream, without quoting atoms,
calling user:portray/1
on subterms.
A valid open Prolog stream, defaults to the current output stream.
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
.