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
⏱ Last Modified: Tue 2:20:51 pm