Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variável não definida #97

Closed
samuelrvg opened this issue Jun 4, 2022 · 0 comments · Fixed by #99
Closed

Variável não definida #97

samuelrvg opened this issue Jun 4, 2022 · 0 comments · Fixed by #99
Assignees
Labels
problema Problemas na execução do Delégua

Comments

@samuelrvg
Copy link
Member

samuelrvg commented Jun 4, 2022

A partir da versão 0.3.0 de Delégua, ao definir variável, esta gerando problema de variável não definida.

Cenário:

var a = 1
a
escreva(a)
Erro: [Linha: 1] Variável não definida 'a'.

@samuelrvg samuelrvg added the problema Problemas na execução do Delégua label Jun 4, 2022
@samuelrvg samuelrvg changed the title Veriável não definida Variável não definida Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problema Problemas na execução do Delégua
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants