SPC  Version 0.9.5
 All Files Functions Groups Pages
Other SPC Statements

SPC supports a few other statement types.

The other SPC 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.