Wiki

Changes between Version 1 and Version 2 of ExtendedInit

Show
Ignore:
Timestamp:
11/22/10 19:47:56 (13 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedInit

    v1 v2  
    55 
    66{{{ 
     7#!cobra 
    78use System.Drawing 
    89class Rectangle 
     
    1819Then  
    1920{{{ 
     21#!cobra 
    2022        r = Rectangle(p1=Point(x=0, y=1), p2=Point(x=2, y=3)) 
    2123        c = Customer('Acme, Inc.', region=Regions.South) 
     
    2527 
    2628{{{ 
     29#!cobra 
    2730        r = Rectangle() 
    2831        p1=Point()