killme2008 / killme2008/aviatorscript
variable attribute syntax
Aperta
feature
- Lingua principale
- Java
- Stelle
- 5.2k
- Fork
- 906
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Just like lua 5.4 variable attribute, for example:
```js
let c = 1;
c = 2; ##report error
```
c is declared to be const, it can't be assigned a new value.
```js
{
let file = io.open("test.txt");
}
## exit scope, the file is closed automatically.
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.