Version 0 of stdin

Updated 2001-11-28 12:23:15

a part of stdio, this file is opened by default for each application making use of the stdio package of code.

This input file may correspond to a disk file, pipe, terminal device, or other construct.

To refer to the stdin filehandle in Tcl, use the string stdin when using gets .