get_byte/2¶
"get_byte(+ S,- C" ) is iso
If C is unbound, or is a byte, and the stream S is a binary stream, read the next byte from that stream and unify its code with C. A byte is represented as either a number between 1 and 255, or as -1 for EOF.