The READ statement

The READ statement
Variables may be assigned values with or without the LET statement. Another statement that can be used to give values to variables is the READ statement. Its format is
Read
where
list --- indicates the names of variables—simple or subscripted—separated
from each other by a comma.
Eg ;
26 READ A, B
27 READ P, Q, R, S, T (10)


Last modified: Wednesday, 18 January 2012, 11:05 PM