1Strings.unwords(3kaya)       Kaya module reference      Strings.unwords(3kaya)
2
3
4

NAME

6       Strings::unwords - Join a list of words into a String.
7

SYNOPSIS

9       String unwords( [String] xs )
10

ARGUMENTS

12       xs A list of Strings
13

DESCRIPTION

15       Join a list of words into a String.
16
17
18    xs = ["Hello","World!"];
19    x = unwords(xs); // "Hello World!"
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       Strings.join (3kaya)
33       Strings.words (3kaya)
34
35
36
37Kaya                             December 2010          Strings.unwords(3kaya)
Impressum