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 1
and
Version 2
of
ExtendedInit
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/22/10 19:47:56 (
14 years
ago)
Author:
todd.a
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ExtendedInit
v1
v2
5
5
6
6
{{{
7
#!cobra
7
8
use System.Drawing
8
9
class Rectangle
…
…
18
19
Then
19
20
{{{
21
#!cobra
20
22
r = Rectangle(p1=Point(x=0, y=1), p2=Point(x=2, y=3))
21
23
c = Customer('Acme, Inc.', region=Regions.South)
…
…
25
27
26
28
{{{
29
#!cobra
27
30
r = Rectangle()
28
31
p1=Point()