Wiki

Changes between Initial Version and Version 1 of NonControlStatements

Show
Ignore:
Timestamp:
10/13/08 07:22:07 (15 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NonControlStatements

    v1 v1  
     1= Statements = 
     2 
     3These 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 
     10Test 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 
     16Event 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