1Strings.join(3kaya) Kaya module reference Strings.join(3kaya)
2
3
4
6 Strings::join - Join a list of words into a String with the specified
7 separator
8
10 String join( [String] xs, Char c='0 )
11
13 xs A list of words
14
15 c The separator to use. This may be omitted and defaults to a newline.
16
18 Join a list of words into a String with the given separator or newline
19 if none is given.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
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 Strings.join_1 (3kaya)
33 Strings.unwords (3kaya)
34
35
36
37Kaya December 2010 Strings.join(3kaya)