Documentation Prolog Predicate Reference builtin get_char/2

get_char/2

Get character from input stream.

Description

get_char( +stream, -character )

get_char(Stream, Char) read the input stream Stream and unifies Char with the next read character.

Implementation