Local Declaration
flowchart LR Start[Start] Stop[Stop] Start --> TypeDecl([<a href="TypeDecl">Type Declaration</a>]) TypeDecl --> Stop Start --> ConstDecl([<a href="ConstDecl">Const Declaration</a>]) ConstDecl --> Stop Start --> VarDecl([<a href="VarDecl">Var Declaration</a>]) VarDecl --> Stop Start --> ProcDecl([<a href="ProcDecl">Procedure Declaration</a>]) ProcDecl --> Stop Start --> FuncDecl([<a href="FuncDecl">Function Declaration</a>]) FuncDecl --> Stop style Start fill:#44E style Stop fill:#E44
⏱ Last Modified: 2/15 10:06:11 am