Documentation Prolog Predicate Reference builtin read_term/3

read_term/3

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

Implementation