sS joinWithDoubleBR(Iterable l) { ret join("

\n", l); } sS joinWithDoubleBR(S... l) { ret joinWithDoubleBR(asList(l)); }