Wiki
Show
Ignore:
Timestamp:
04/16/09 22:18:35 (3 years ago)
Author:
Chuck.Esterbrook
Message:

Introduce .typeOf as a cross platform means of getting the type of an object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Samples/Shapes.cobra

    r1985 r2019  
    3737        their properties. 
    3838        """ 
    39         print 'Draw [.getType.name] at ([_x], [_y]), ' stop 
     39        print 'Draw [.typeOf.name] at ([_x], [_y]), ' stop 
    4040 
    4141