svoid printWithComma(O... l) { print(joinWithComma(allToString(l))); }