1IO.stdin(3kaya)              Kaya module reference             IO.stdin(3kaya)
2
3
4

NAME

6       IO::stdin - Standard input stream
7

SYNOPSIS

9       File stdin( )
10

DESCRIPTION

12       Returns a file handle pointing to the standard input stream. If none of
13       the optional Curses(3kaya) modules for terminal control are  available,
14       basic user input can be obtained using IO.get (3kaya)
15
16
17
18    input = get(stdin);
19

AUTHORS

21       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

25       The Kaya standard library is free software;  you  can  redistribute  it
26       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
27       License (version 2.1 or any later version) as  published  by  the  Free
28       Software Foundation.
29
31       IO.stdout (3kaya)
32       IO.stderr (3kaya)
33       IO.get (3kaya)
34
35
36
37Kaya                             December 2010                 IO.stdin(3kaya)
Impressum