Sage
Tusk Language
Welcome to Sage
Volume (85%) Hide Volume
Topics
Repeat Statement
flowchart LR
  Start[Start] --> Repeat([<tt>repeat</tt>])
  Repeat --> Stmt([<a href="DeclStmt">Declaration or Statement</a>])
  Repeat --> Until([<tt>until</tt>])
  Stmt  --> Until
  Stmt  --> Semi([<tt>;</tt>])
  Semi  --> Stmt
  Semi  --> Until
  Until --> Expr([<a href="Expression">Expression</a>])
  Expr --> Stop[Stop]

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

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