| 1 | = Statements = |
| 2 | |
| 3 | These statements do not affect flow of control |
| 4 | |
| 5 | * [wiki:Pass pass] - specify non operation |
| 6 | * [wiki:Print print] - output something |
| 7 | * [wiki:Try try-catch] - try a block and handle any thrown exceptions |
| 8 | * [wiki:Using using] - Ummm |
| 9 | |
| 10 | Test Supporting |
| 11 | * [wiki:Assert assert] - assert condition |
| 12 | * [wiki:Trace trace] - emit trace/debug info |
| 13 | * [wiki:Expect expect] - assert receiving an exception |
| 14 | |
| 15 | |
| 16 | Event Handling Specification |
| 17 | * [wiki:Listen listen] - specify handler for event |
| 18 | * [wiki:Ignore ignore] - remove handlers for event |
| 19 | * [wiki:Raise raise] - fire an event |