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