Show
Ignore:
Timestamp:
08/20/08 12:42:26 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Added support for implicit line continuation for items in parentheses.
credit:hopscc
ticket:31

Files:
1 modified

Legend:

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

    r1585 r1589  
    4343    type of number and integer literals same as command line -number option 
    4444    %% number  'decimal' | 'float' | 'float32' | 'float64' 
     45 
     46* Added support for implicit line continuation for items in parentheses. 
     47 i.e method call argument lists, method declaration parameters and  
     48     parenthesised expressions. 
    4549 
    4650* Added a new built-in doc tool accessible via "cobra -doc ...". The documentation is generated to local HTML files using your declarations, doc strings, contracts, etc.