Home / lang / input 
INPUT
Syntax
INPUT [ # hStream , ] Variable [ , Variable ... ]

Reads the stream hStream, and converts elements separated by space characters or newlines with the Val function before putting them into the variables.

If the stream is not specified, then the standard input is used.

See also

Stream & Input/Output functions