INPUT Variable [ , Variable ... ]
Reads the standard input, and converts elements separated by space characters or newlines with the Val() function before putting them into the variables.
INPUT # File , Variable [ , Variable ... ]
Same as above, except that the data are read from the stream File.