string
to_string_using (
string
 
beg_symbol
, 
string
 
end_symbol
, 
string
 
sep_symbol
, 
list
(
string
)
 
l)
Pretty-printing a list of strings [x_1, ... x_n] as: beg_symbolx_1sep_symbol...sep_symbolx_nend_symbol
beg_symbol
a string to be used at the beginning of
the output.
end_symbol
a string to be used at the end of the
output.
sep_symbol
a string to be used to separate list
entries
l
a list of strings to be pretty-printed
returns
a pretty-printed version of l as explained above.

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.