static S nlJoin_and(Collection l) { ret textOut_and(l); } static S nlJoin_and(Collection l, S emptyText) { ret textOut_and(l, emptyText); }