## Syntax ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> BIT_LENGTH[BIT_LENGTH]:::quoted BIT_LENGTH --> End((END)) ```