The Read and Data statements

DATA statements form a data pool of constant values that can be used in a program. READ statements are similar to promptless INPUT statements, except that they get their data from the data pool instead of the terminal. The RESTORE statement also affects how these two interact.
See the individual exhibits on READ, DATA and RESTORE.

Links:
First BASIC Statements
Data Statements
The Read Statement
The Restore Statement