Cobra Programming Language
Downloads
Documentation
How To
Samples
Discussion
Wiki
Contact
Wiki
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
←
Previous Change
Wiki History
Next Change
→
Login
Preferences
Help/Guide
About Trac
Changes between
Version 6
and
Version 7
of
C
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/14/09 17:07:14 (
15 years
ago)
Author:
Chuck
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
C
v6
v7
17
17
* Line Oriented
18
18
* '''#''' to comment line (instead of //)
19
*
No
multiline comments
19
*
'''/# ... #/''' for
multiline comments
20
20
* Line continuation is implied in method argument lists: foo.bar(arg1,[NEWLINE]arg2)
21
21
* Use a trailing '''_''' for explicit line continuation