[top][index]
search for:

concatenate -- join strings

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

See also:

  • String -- the class of all strings
  • Ways to use concatenate :

  • concatenate List

  • [top][index]
    search for: