sS recordToString(IFieldsToList r) { ret r == null ? "null" : formatFunctionCall(shortName(r), r._fieldsToList()); }