static S textOut_and(L l) { if (empty(l)) ret "nothing"; L separators = rep(", ", l(l)-1); separators.add("and"); ret join_flex(separators, l); }