Changeset 1597
- Timestamp:
- 08/28/08 05:25:16 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r1591 r1597 60 60 e.g. 0x7f 0x7f_8 0x7Fu16 0x7F_u32 61 61 62 * The default type for vars, properties and method arguments is now dynamic? 63 62 64 * Added new `all` and `any` unary operators that take something enumerable (such as a list, set or generator) and return a boolean (true or false) indicating if all or any of the elements are true. These operators increase expressiveness in conditions. For example, a contract might use these operators: 63 65 .code
