Wiki

Changes between Version 6 and Version 7 of C

Show
Ignore:
Timestamp:
08/14/09 17:07:14 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C

    v6 v7  
    1717 * Line Oriented  
    1818     * '''#''' to comment line (instead of //) 
    19      * No multiline comments 
     19     * '''/# ... #/''' for multiline comments 
    2020     * Line continuation is implied in method argument lists: foo.bar(arg1,[NEWLINE]arg2) 
    2121     * Use a trailing '''_''' for explicit line continuation