- to set-ptr ptr p (pointer):\r
ptr = p.\r
\r
- + to destroy:\r
- TeoriaDelete(ptr).\r
}\r
\r
Object : SistemaAutonomo {\r
+ to update-entorno entorno theEntorno (hash):\r
nombre (string).\r
foreach nombre in keys(theEntorno): {\r
- print "Seteando valor de entorno ", nombre, " con ", theEntorno{nombre}.\r
self set-entorno value theEntorno{nombre} with-name nombre.\r
}\r
\r
+ to update-datos-finales datos-finales datos (hash):\r
nombre (string).\r
foreach nombre in keys(datos): {\r
- print "Seteando valor de dato final ", nombre, " con ", datos{nombre}.\r
self set-dato-final value datos{nombre} with-name nombre.\r
}\r
\r