sS lambdaArgsToString(S[] args) { ret empty(args) ? "" : l(args) == 1 ? first(args) : roundBracketed(joinWithComma(args)); }