Built-in procedures for input. `Read` reads values from the input stream without consuming the end-of-line marker; `ReadLn` reads values and consumes the remainder of the line. When used with a file variable, they read from that file. (Ch. 4)