Wiki

Changes between Version 6 and Version 7 of ReleaseNotes_0.9.5

Show
Ignore:
Timestamp:
12/13/13 16:17:24 (11 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes_0.9.5

    v6 v7  
    3535        .show('bar', 5) 
    3636        .show('baz', count = 3) 
    37         .show(s = 'can', count = 2) 
     37        .show(s = 'can', count = 2) 
    3838 
    3939    def show(s as String, count as int = 2) 
     
    4141        print 
    4242}}} 
     43 
    4344 
    4445 * Added modifier sections in type declarations. For example: