t3x.org / t3x / t3x-manual / 344.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.4.3 CREATE
TOC | Index | Back Next:
3.4.5 ERROR

3.4.4 EOF

ios.EOF() ! => Num

Return a flag indicating whether input has been exhausted on the stream 'ios'. When EOF returns TRUE (-1), no more input can be read from 'ios'. This is the case when the end of the associated input file has been reached or when an EOF character has been typed on a terminal.

See also: ERROR, READ, READS, RDCH, RESET

Previous:
3.4.3 CREATE
TOC | Index | Back Next:
3.4.5 ERROR