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:
-
Jul 17, 2009, 2:32:58 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
Property
Version
changed from
to
2.0.1
-
Property
Milestone
changed from
to
OOP Implementation
-
initial
|
v1
|
|
1 | 1 | Si 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 |
2 | 2 | |
| 3 | {{{ |
3 | 4 | // Clase objeto |
4 | 5 | Class Object |
… |
… |
|
21 | 22 | Text _.name = "Objeto 2" |
22 | 23 | ]]; |
| 24 | |
| 25 | }}} |