Skip to content
Luxs710 edited this page Nov 10, 2022 · 2 revisions

Te damos as boas vindas à wiki do Esonaldo Pereira

Explicação sobre variáveis antes de começar

A linguagem funciona de uma maneira bem diferente da maioria das outras linguagems de programação, principalmente em relação às variáveis.

Cada variável em esonaldo pode ter 3 valores diferentes ao mesmo tempo, sendo eles:

  • valor numerico (float)

  • valor de texto (string)

  • valor de outra variável (indica o nome de outra variavel no codigo)

veja a seção das variáveis para ter uma melhor compreensão e ver alguns exemplos.


Explaining how the variables work

The language works in a different manner than most other programming languages, especially regarding variables

Each variable in esonaldo can have 3 different values at the same time, they can be:

  • numeric value (float)

  • text value (string)

  • value of another variable (indicates the name of another variable in the code)

see the variables section to have a better understanding and some examples