static LS prependNumbering(Cl l) { new LS out; int i = 1; fOr (O o : l) out.add(n2(i++) + ". " + o); ret out; }