[ Term I/O | The ECLiPSe Built-In Predicates | Reference Manual | Alphabetic Index ]

writeln(?Term)

The term Term is written on the current output according to the current operator declarations. Equivalent to write(Term),nl.
?Term
Prolog term.

Description

Used to write the term Term (followed by a newline) on the current output according to the current operator declarations.

Fail Conditions

None.

Resatisfiable

No.

Examples

   Equivalent to writeln(output, Term).  (see writeln/2 for details).



See Also

writeln / 2, write / 1, nl / 0