1Prelude.putStrLn(3kaya) Kaya module reference Prelude.putStrLn(3kaya)
2
3
4
6 Prelude::putStrLn - Send a string and a newline to standard output.
7
9 Void putStrLn( String text )
10
12 text The string to print
13
15 Print a string and a newline on standard output.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 Prelude.putStr (3kaya)
29
30
31
32Kaya December 2010 Prelude.putStrLn(3kaya)