1IO.stderr(3kaya) Kaya module reference IO.stderr(3kaya)
2
3
4
6 IO::stderr - Standard error stream
7
9 File stderr( )
10
12 Returns a file handle pointing to the standard error stream. Errors can
13 be written to standard error using IO.put (3kaya)
14
15
16
17 put(stderr(),"ERROR: Antler remover jammed!");
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.stdout (3kaya)
32 IO.put (3kaya)
33
34
35
36Kaya December 2010 IO.stderr(3kaya)