concatenate

concatenate(s,t,...,u) -- yields the concatenation of the strings s,t,...,u.

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

o1 : String

See also String.


topindexpreviousupnext