Changes between Version 3 and Version 4 of AllStatements
- Timestamp:
- 02/13/10 10:45:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AllStatements
v3 v4 37 37 * [wiki:Try try-catch] - try a block and handle any thrown exceptions 38 38 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 39 41 * [wiki:Use use] - specify a namespace and contents to be used by this module 40 42 … … 43 45 * [wiki:Yield yield] - yield a result from a generator 44 46 45 * [wiki:CtTrace ct Trace]47 * [wiki:CtTrace ct_Trace] 46 48 {{{ 47 49 #!comment