Statements control the flow of execution. They are allowed on user-defined type scope and in the function body. This section describes all statements supported by the Device Monitoring Studio.
The general statement syntax may be described by the following grammar:
statement:
statement-if | statement-switch | statement-break | statement-while | statement-for | statement-dowhile | statement-return
statement-block:
statement | field-declaration
Where field-declaration
is either standard or user-defined type, or structure definition.
See the following topics for more information: