standard input | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | stdin,standard input |
Related | Glossary: Unix, file |
Description | The source where a program looks for incoming data. Usually, the standard input is the keyboard by default. On Unixsystems, the standard input can be redirected to a file, a network connection, or another source of data. |