Wiki

Changes between Version 3 and Version 4 of AllStatements

Show
Ignore:
Timestamp:
02/13/10 10:45:05 (15 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllStatements

    v3 v4  
    3737 * [wiki:Try try-catch] - try a block and handle any thrown exceptions 
    3838 
     39 * [wiki:Using using]   - specify a block with initialization and automatic (and correct) cleanup of IDisposable objects. A construct to support [http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization RAII] for IDisposables. 
     40 
    3941 * [wiki:Use use]       - specify a namespace and contents to be used by this module 
    4042 
     
    4345 * [wiki:Yield yield] - yield a result from a generator 
    4446 
    45  * [wiki:CtTrace ctTrace] 
     47 * [wiki:CtTrace ct_Trace] 
    4648{{{ 
    4749#!comment