Purpose |
Return TRUE (non-zero) if the end of standard input has been reached. |
Syntax |
x& = STDEOF |
Remarks |
Return TRUE (non-zero) if the next reference to STDIN LINE will attempt to read past the logical end-of-file (CTRL+Z for keyboard input), or FALSE (zero) otherwise. |
See also |
CONSHNDL, CONSIN, CONSOUT, GETSTDERR, GETSTDIN, GETSTDOUT, STDERR, STDIN LINE, STDOUT |