Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AstSemantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ are statements.

* Block - a fixed-length sequence of statements
* If - if statement
* While - while statement
* For - for statement
* Loop - unconditional loop statement
* Continue - continue to start of nested loop
* Break - break to end from nested loop or block
* Return - return zero or more values from this function
Expand Down