# $EPIC: unsplit.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__unsplit__( ) ======Technical:====== The argument is a [[what is a word|dword]] which is different from most function arguments. This is so you can use a space as your . The wordlist is considered to strictly be a list of [[what is a word|dwords]]. The function returns a list of [[what is a word|uwords]] with each original dword separated by . ======Practical:====== This function is useful to "launder" a dword list into a uword list, specially if your is a space. Useful for presenting strings splitted by split, or for returning wordlists in specific formats. ======Returns:====== The list of words separated by ======Examples:====== $unsplit(: a b c) returns "a:b:c"