static S renderNestedFunctionCalls(Collection functions, S argument) { ret joinPlus1(functions, "(") + argument + rep(')', l(functions)); }