X-Git-Url: https://git.llucax.com/z.facultad/75.68/celdas.git/blobdiff_plain/bf82eb53ad2ee702d3b950555a1e579c47b6a7d5..a4c9e136c32a1686046eaf6c6e1902cac4b7bb73:/trunk/src/SistemaAutonomo.tz?ds=inline 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. }