parse blocks

This commit is contained in:
2025-05-29 20:32:54 +02:00
parent 01cc38f31d
commit 47fd9a36a4
4 changed files with 199 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
let a = 5
let b = 7
print(b - a)
a = 4
print(b - a)
print(b)
let a = 0
let b = 1
let temp = 0
while a < 10000
print a
temp = a
b = temp + b