The Fore.NET language provides a number of statements:
Compound statement.
Empty statement.
Assignment statement.
Simple assignment.
Event assignment.
Invocation statement.
Selection statements:
If.
Select.
Iteration statements:
While.
Repeat.
For.
For Each.
Jump statements:
Break.
Continue.
Return.
Raise.
Exception handling Try statement.
The Typeof statement.
The Using statement.
Conditional statement ?:.
Each statement has an end point. A statement end point is the program region that immediately follows the statement.