ListTools
Join
interspace the elements of a list with an object
Calling Sequence
Parameters
Description
Examples
Join(L, sep)
L
-
list
sep
any Maple object
The Join(L, sep) function inserts the separator sep between the elements of the list L.
with⁡ListTools:
L≔1,2,3,4,5,6,7,8,9,10
Join⁡L,x
1,x,2,x,3,x,4,x,5,x,6,x,7,x,8,x,9,x,10
See Also
inline
ListTools[JoinSequence]
type/list
Download Help Document