Ejemplo n.º 1
0
 def interpretar(self):
     aux = tabela.get(self.var2)
     if aux:
         adicionar(self.var1, aux)
     else:
         adicionar(self.var1, self.calcular())
Ejemplo n.º 2
0
Archivo: ast.py Proyecto: gomeshud/lnpg
 def interpretar(self):
     print(tabela.get(self.var))