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

Añadir Variables locales #223

Open
1 of 2 tasks
Trollhunters501 opened this issue Nov 1, 2024 · 0 comments
Open
1 of 2 tasks

Añadir Variables locales #223

Trollhunters501 opened this issue Nov 1, 2024 · 0 comments
Assignees

Comments

@Trollhunters501
Copy link

Reportando bug

no escribir en esta área y marcarlo al completar el issue.

  • Solamente busco ayuda u orientación.
  • Sugerencia para Latino.

no escribir en esta área y marcarlo al completar el issue.

Más detalles:

Quisiera que añadan variables locales separadas por bloques y también a los argumentos de funciones las variables locales serían algo así:
Código en donde ocurre:

// código_aquí
si (verdadero)
  local miVariable = "Hola mundo"
fin
//miVariable solo existe adentro del if pero es accesible si adentro hay ifs anidados, fors, etc
//en funciones:
fun hola(arg)
  escribir(arg)
fin
//arg solo existe adentro de la función
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants