get_byte(N) unifies N with the next consumed
byte from the current input stream, which must be binary.
get_code(N) unifies N with the next consumed
character code from the current input stream, which must be text.
get_char(A) unifies A with the next consumed
character atom from the current input stream, which must be text.