Term is displayed on the current output --- without considering operator
definitions.
+Term
Prolog term.
Description
Used to display an expression in standard parenthesised prefix notation,
onto the current output. This is mainly useful for debugging,
in order to see how a term has been parsed.
Fail Conditions
None.
Resatisfiable
No.
Exceptions
Examples
Equivalent to display(output, Term). (see display/2).