Read Prolog term from input stream according to some options.
Description
read_term( +stream, -term, +stream_options )
read_term(Stream, Term, Options) unifies Term with the Prolog term read from the input stream Stream. The reading of the term is controlled by the options from the list Options. See read_term/2