Kaya 0.5.3 reference for Strings::unwords
List of functions and data types in Strings
String unwords([String] xs)
Arguments
xs
: A list of Strings
Usage
Join a list of words into a String.
xs = ["Hello","World!"]; x = unwords(xs); // "Hello World!"
Related
join
words
About Kaya
Download
Tutorials
Library reference
Stable version
Latest version
Development version
Applications
Mailing lists
Help wanted
kaya@kayalang.org
| Last modified 29 November 2011 | Supported by
Durham CompSoc
|