
writeln(?Term)

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



Arguments
   Term                Prolog term.

Type
   Term I/O

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




Modes and Determinism
   writeln(?) is det

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
