## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR zipAggregateFunction_start((START)) zipAggregateFunction_start --> zipAggregateFunction_0_0[ZIP]::::quoted zipAggregateFunction_0_0 --> zipAggregateFunction_0_1["("]::::quoted zipAggregateFunction_0_1 --> zipAggregateFunction_0_2[expressionList] zipAggregateFunction_0_2 --> zipAggregateFunction_0_3[")"]::::quoted zipAggregateFunction_0_3 --> zipAggregateFunction_end((END)) ```