INPUT

INPUT [ # Stream , ] Variable [ , Variable ... ]

Reads the stream Stream, 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.

Since 3.19

Since Gambas 3.19, INPUT ignores leading spaces characters.

See also