[ Term I/O | 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.
Modes and Determinism
Modules
This predicate is sensitive to its module context (tool predicate, see @/2).
Examples
   Equivalent to writeln(output, Term).  (see writeln/2 for details).
See Also
writeln / 2, write / 1, nl / 0