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 1 of Ticket #711


Ignore:
Timestamp:
Jul 17, 2009, 2:32:58 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #711

    • Property Status changed from new to assigned
    • Property Version changed from to 2.0.1
    • Property Milestone changed from to OOP Implementation
  • Ticket #711 – Description

    initial v1  
    11Si intento crear un objeto de una clase pero no le asigno nombre en lugar de crear un objeto de la clase, crea un simple NameBlock
    22
     3{{{
    34// Clase objeto
    45Class Object
     
    2122  Text _.name = "Objeto 2"
    2223]];
     24
     25}}}