get/2¶
"get(S, - C" )
The next non-blank character from the stream S is unified with C. Blank characters are the ones whose ASCII codes are not greater than 32. If there are no more non-blank characters in the stream, C is unified with -1. If end_of_stream
has already been reached in the previous reading, this call will give an error message.