Changeset 2019 for cobra/trunk/Samples/Point.cobra
- Timestamp:
- 04/16/09 22:18:35 (3 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Samples/Point.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Samples/Point.cobra
r1929 r2019 81 81 82 82 def toString as String is override 83 return '[. getType.name]([.x], [.y])'83 return '[.typeOf.name]([.x], [.y])' 84 84 85 85 def equals(other as Object?) as bool is override



