+ 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