Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual
Page 111
RPBASIC-52 PROGRAMMING GUIDE
2-92
READ
Syntax:
R E A D variable [,variable , ...]
Function:
Sequentially a ssigns the values of data provided in the DAT A statem ent to the variables in a list.
Mode:
Run
Use:
REA D X ,Y,Z
Cards:
All
D E S C R IP T I ON
Multiple variables following one READ instruction must be separated by commas. READ must always be
followed by at least one variable.
See RESTO RE for examples and more information.