Changes between Version 2 and Version 3 of NonControlStatements
- Timestamp:
- 09/29/09 11:26:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NonControlStatements
v2 v3 6 6 * [wiki:Print print] - output something 7 7 * [wiki:Try try-catch] - try a block and handle any thrown exceptions 8 * [wiki:Us ing using] - Ummm8 * [wiki:Use use] - Specify a namespace module to make available to this module 9 9 * [wiki:Lock lock] - lock and execute code in a critical section 10 10 11 11 12 Test Supporting