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 3
and
Version 4
of
PortingC
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/07/10 02:26:56 (
14 years
ago)
Author:
gauthier
Comment:
fix formatting
Legend:
Unmodified
Added
Removed
Modified
PortingC
v3
v4
215
215
if you have [ and ] symbols, these should be doubled
216
216
e.g {{{"some constant [ string ]" ---> "some constant [[ string ]]"}}}
217
217
218
19. Adding eventHandlers
218
219
Cobra uses the '''listen''' statement to register event handlers where C# uses an override on