9       Statements

9.1     Conditional statements

9.2     'do{} while' loop

9.3     'loop', 'LOOPNZ', 'loopnz' loops

9.4     'while', 'WHILE' loops

9.5     'for', 'FOR' loops

9.6     'switch/SWITCH' statement

9.7     'goto/GOTO' statement

9.8     'break/BREAK' statement

9.9     'continue/CONTINUE' statement

9.10    Logically combine conditions

9.11    Skip over loops

9.12    The logical negation operator

9.13    Calculate expression then check condition

9.14    Check bits during comparison operation

9.15    Transposition operator

9.16    Arithmetic negation operator

9.17    The bitwise negation operator

9.18    Special conditional expressions

9.19    Symbol '$' - inserts current address of program

9.20    Keyword 'static' and operator '::'

9.21    'sizeof' operator

9.22    Labels