Documentation Prolog Predicate Reference builtin read/2

read/2

Read Prolog term from input stream.

Description

read( +stream, -term )

read(Stream, Term) unifies Term with the Prolog term read from the input stream Stream.

Implementation