Kaya 0.5.2 reference for Strings::unwords

List of functions and data types in Strings

String unwords([String] xs)

Arguments

Usage

Join a list of words into a String.

xs = ["Hello","World!"];
x = unwords(xs); // "Hello World!"

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya