= Statements = These statements do not affect flow of control * [wiki:Pass pass] - specify non operation * [wiki:Print print] - output something * [wiki:Try try-catch] - try a block and handle any thrown exceptions * [wiki:Use use] - Specify a namespace module to make available to this module * [wiki:Lock lock] - lock and execute code in a critical section Test Supporting * [wiki:Assert assert] - assert condition * [wiki:Trace trace] - emit trace/debug info * [wiki:Expect expect] - assert receiving an exception Event Handling Specification * [wiki:Listen listen] - specify handler for event * [wiki:Ignore ignore] - remove handlers for event * [wiki:Raise raise] - fire an event