Show
Ignore:
Timestamp:
08/28/08 05:25:16 (4 months ago)
Author:
Chuck.Esterbrook
Message:

The default type for vars, properties and method arguments is now dynamic?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1591 r1597  
    6060    e.g. 0x7f  0x7f_8   0x7Fu16  0x7F_u32 
    6161 
     62* The default type for vars, properties and method arguments is now dynamic? 
     63 
    6264* 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: 
    6365.code