EngineHub / EngineHub/CommandHelper
Saving the state of default arguments
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 128
- Forks
- 70
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Default arguments not reinitialized
```
proc _test(@test = array()) {
@test[] = 1
return(@test)
}
for(@i = 0, @i < 3, @i++) {
console(_test())
}
{1}
{1, 1}
{1, 1, 1}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.