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.

Changes between Initial Version and Version 3 of Ticket #865


Ignore:
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
  • Ticket #865

    • 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
  • Ticket #865 – Description

    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:) :
     1In 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:) :
    22
     3{{{
    34Class @Circle
    45{
     
    4647Real outsides(Real x, Real y){ Not(includes(x,y)) }
    4748};
     49}}}