Sage
Tusk Language
Welcome to Sage
Volume (83%) Hide Volume
Topics
Statement
flowchart LR
  Start[Start]
  Stop[Stop]
  Start --> Block([<a href="BlockStmt">Block Statement</a>]) ---> Stop
  Start --> Assign([<a href="AssignStmt">Assignment Statement</a>]) ---> Stop
  Start --> Conditional([<a href="ConditionalStmt">Conditional Statement</a>]) ---> Stop
  Start --> Loop([<a href="LoopStmt">Loop Statement</a>]) ---> Stop
  Start --> Control([<a href="ControlStmt">Control Statement</a>]) ---> Stop
  Start --> FuncDecl([<a href="FuncDecl">Function Declaration</a>]) ---> Stop
  Start --> ProcDecl([<a href="ProcDecl">Procedure Declaration</a>]) ---> Stop
  Start --> Scoped([<tt>#123;$ScopedEnums</tt>])
  Scoped --> On([<tt>On#125;</tt>]) --> Stop
  Scoped --> Off([<tt>Off#125;</tt>]) --> Stop
  Start --> Stop

  style Start fill:#44E
  style Stop fill:#E44

Last Modified: 2/15 10:06:11 am

Topic contents...
2/15 10:06:11 am