X-Git-Url: https://git.llucax.com/z.facultad/75.68/celdas.git/blobdiff_plain/07a7e06dfcbacb8647f8bffdb117fc7e5f416ba8..651df9d4bd2ec484ec71c80d7dd2165d7cf4290e:/trunk/src/SistemaAutonomo.tz?ds=sidebyside diff --git a/trunk/src/SistemaAutonomo.tz b/trunk/src/SistemaAutonomo.tz index 9861302..e301d6d 100644 --- a/trunk/src/SistemaAutonomo.tz +++ b/trunk/src/SistemaAutonomo.tz @@ -54,14 +54,12 @@ Object : SistemaAutonomo { + to update-entorno entorno theEntorno (hash): nombre (string). foreach nombre in keys(theEntorno): { - print "Seteando valor de entorno ", nombre, " con ", theEntorno{nombre}. self set-entorno value theEntorno{nombre} with-name nombre. } + to update-datos-finales datos-finales datos (hash): nombre (string). foreach nombre in keys(datos): { - print "Seteando valor de dato final ", nombre, " con ", datos{nombre}. self set-dato-final value datos{nombre} with-name nombre. }