Availability:built-in
[deprecated]get(-Char)Read the current input stream and unify the next non-blank character
with Char. Char is unified with -1 on end of file.
The predicate get/1
operates on character codes. See also get0/1.
- Fixed in 8.1.25 (👉6bcd315) ./3: (Dict.Func): allow built-in dict functions get/1, put/1 and put/2 to work on association lists.