// types = required types of field values sS recordToString(IFieldsToList r) { ret r == null ? "null" : formatFunctionCall(shortName(r), r._fieldsToList()); }