Changes between Version 7 and Version 8 of BossaExampleOne
- Timestamp:
- Feb 12, 2008, 8:25:43 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleOne
v7 v8 172 172 The first defines a comparison of two results: 173 173 {{{ 174 function compare($r1, $r2) {174 function example_compare($r1, $r2) { 175 175 if ($r1->have_ellipse) { 176 176 if ($r2->have_ellipse) {