Write Prolog term into output stream according to some options.
Description
write_term( +stream, +term, +stream_options )
write_term(Stream, Term, Options) writes the Prolog term Term into the output stream Stream. The writing of the term is controlled by the options from the list Options. See write_term/2.