mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Use var instead of let for variables
This commit is contained in:
@@ -9,7 +9,7 @@ Current language syntax is documented in [SYNTAX_V2.md](SYNTAX_V2.md).
|
||||
Example:
|
||||
|
||||
```ynt
|
||||
let name = world
|
||||
var name = world
|
||||
print_line Hello ${name}
|
||||
```
|
||||
|
||||
@@ -18,3 +18,4 @@ print_line Hello ${name}
|
||||
```bash
|
||||
dotnet run --project YesNt.Interpreter -- path/to/script.ynt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user