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

NAME

6       IO::putChar - Write a character to a file.
7

SYNOPSIS

9       Void putChar( File handle, Char c )
10

ARGUMENTS

12       handle A writable file handle
13
14       c The byte to write
15

DESCRIPTION

17       Write a binary character to a file.  Char(200) will write a byte with a
18       value of 200, not the multibyte representation of Char(200)  in  UTF-8.
19       Writing a character with a value greater than 256 is undefined.
20

AUTHORS

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

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       IO.getChar (3kaya)
33       IO.put (3kaya)
34       IO.putInt (3kaya)
35       IO.putStr (3kaya)
36
37
38
39Kaya                             December 2010               IO.putChar(3kaya)
Impressum