Changes between Version 11 and Version 12 of StandardLibraryExtensionMethods
- Timestamp:
- 11/22/10 20:21:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StandardLibraryExtensionMethods
v11 v12 3 3 The Cobra standard library adds the following extension methods to existing classes. This enables convenient expressions such as: 4 4 {{{ 5 #! python5 #!cobra 6 6 for item in someList.sorted.reversed 7 7 print item … … 14 14 15 15 {{{ 16 #! python16 #!cobra 17 17 namespace Cobra.Lang 18 18