Build a multline string

mls(...)

Arguments

...

String fragments to build the string from

Examples

mls::mls("a string that is", "composed of bits of strings")
#> a string that is composed of bits of strings
mls::mls("a string that contains", "", "line breaks")
#> a string that contains #> #> line breaks