Hardware manual

RPBASIC-52 PROGRAMMING GUIDE
2-92
READ
Syntax: READ variable [,variable , ...]
Function: Sequentially assigns the values of data provided in the DATA statem ent to the variables in a list.
Mode: Run
Use: REA D X,Y,Z
Cards: All
DESCRIPTION
Multiple variables following one READ instruction must be separated by commas. READ must always be
followed by at least one variable.
See RESTORE for examples and more information.