Wiki

Changes between Version 2 and Version 3 of NonControlStatements

Show
Ignore:
Timestamp:
09/29/09 11:26:56 (15 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NonControlStatements

    v2 v3  
    66 * [wiki:Print print] - output something 
    77 * [wiki:Try try-catch] - try a block and handle any thrown exceptions 
    8  * [wiki:Using using] - Ummm 
     8 * [wiki:Use use]   - Specify a namespace module to make available to this module  
    99 * [wiki:Lock lock] - lock and execute code in a critical section 
     10  
    1011 
    1112Test Supporting