= 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:Using using] - Ummm 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