Exemple #1
0
 public Entorno(Entorno padre, string nombre)
 {
     this.padre = padre;
     variables  = new Dictionary <string, string>();
     constantes = new Dictionary <string, string>();
 }