1IO.stdout(3kaya) Kaya module reference IO.stdout(3kaya)
2
3
4
6 IO::stdout - Standard output stream
7
9 File stdout( )
10
12 Returns a file handle pointing to the standard output stream. This may
13 be more appropriate in some circumstances than using IO.putStr (3kaya)
14 for output.
15
16
17 input = get(stdin);
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 IO.stdin (3kaya)
31 IO.stderr (3kaya)
32 IO.putStr (3kaya)
33
34
35
36Kaya December 2010 IO.stdout(3kaya)