sS joinWithBR(Iterable l) { ret join("
", l); } sS joinWithBR(S... l) { ret joinWithBR(asList(l)); }