R/mls.R
mls.Rd
Build a multline string
mls(...)
String fragments to build the string from
mls::mls("a string that is", "composed of bits of strings")#> a string that is composed of bits of stringsmls::mls("a string that contains", "", "line breaks")#> a string that contains #> #> line breaks