close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 11, 2010, 8:38:09 AM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Indeed the code had become obsolete.
I've put your version in the wiki
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
- Property Owner changed from apalonso to Víctor de Buen Remiro
-
Property
Resolution
changed from
to
fixed
-
Property
Milestone
changed from
to
OOP Implementation
-
initial
|
v3
|
|
1 | | In the section of the documentation TOLDOC/OOP, there is an example that has some errors. Is the code in the section "Constructores de instancias". The following code is right (I hope:) : |
| 1 | In the section of the documentation TOLDOC/OOP, there is an example that has some errors. Is the code in the section [TolOop#Constructoresdeinstancias "Constructores de instancias"]. The following code is right (I hope:) : |
2 | 2 | |
| 3 | {{{ |
3 | 4 | Class @Circle |
4 | 5 | { |
… |
… |
|
46 | 47 | Real outsides(Real x, Real y){ Not(includes(x,y)) } |
47 | 48 | }; |
| 49 | }}} |