The arguments may also be lists or sequences of strings and symbols, in which case they are concatenated recursively. Additionally, an integer may be used to represent a number of spaces.
i1 = concatenate {"a",("s",3,"d"),"f"} o1 = "as df"
See also String and stringlen.
Go to main index.
Go to concepts index.