static LS llQuoted(S... a) { ArrayList l = new(a.length); if (a != null) for (S x : a) l.add(quote(x)); ret l; }