sS joinNemptiesWithEmptyLines(L l) { ret joinWithEmptyLines(nempties(l)); } sS joinNemptiesWithEmptyLines(S... l) { ret joinNemptiesWithEmptyLines(asList(l)); }