Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Statements

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 Hex Editor Neo.

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: