[ ECLiPSe Term-based I/O built-in.|Group Index| Full 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.

Exceptions

Examples

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


See Also

writeln / 2, write / 1, nl / 0