Statements
These statements do not affect flow of control
- pass - specify non operation
- print - output something
- try-catch - try a block and handle any thrown exceptions
- use - Specify a namespace module to make available to this module
- lock - lock and execute code in a critical section
Test Supporting
Event Handling Specification