static S textOut_or_orAll_curly(L l) { if (l(l) > 2) l = listPlus(l, "all of these"); else if (l(l) == 2) l = listPlus(l, "both"); ret textOut_or_curly(l); }