static S snlCommaOp(int n) { if (n == 0) ret "emptyList"; ret "*" + repeatString(", *", n-1); }