Documentation Prolog Predicate Reference builtin read/1

read/1

Read Prolog term from current input stream.

Description

read( -term )

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

Implementation