NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Other NXC Statements

NXC supports a few other statement types.

The other NXC statements are described below.

Many expressions are not legal statements. A notable exception are expressions using increment (++) or decrement (–) operators.

x++;

The empty statement (just a bare semicolon) is also a legal statement.