Documentation Prolog Predicate Reference builtin write_term/2

write_term/2

Write Prolog term into current output stream according to some options.

Description

write_term( +term, +stream_options )

write_term(Term, Options) writes the Prolog term Term into the current output stream. The writing of the term is controlled by the options from the list Options. The available values for Options can be checked in the next section.

Options

write_term accepts a list of options as its last argument. These options are:

Implementation