INPUT FROM

INPUT FROM Stream

Redirects the default standard input to the stream Stream.

The default standard input is used by INPUT, READ, LINE INPUT, Eof and Lof when you don't specify their stream argument.

Calls to this instruction can be nested.

INPUT FROM DEFAULT

Redirects the default standard input back to the value it had before the last redirection.

See also