α
compose (
(
α
, 
α
α
)
 
concatenate
, 
α
 
beg_symbol
, 
α
 
end_symbol
, 
α
 
sep_symbol
, 
list
(
α
)
 
l)
compose(concatenate, beg_symbol, end_symbol, sep_symbol, l)returns: beg_symbol+x_1+sep_symbol+...+sep_symbol+x_n+end_symbolwhere + indicates application of concatenate function.
You'll most likely not use this function but one derived
from it:
List.to_string_using, List.to_string orXmlConvert.of_list_using.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.