parse var types

This commit is contained in:
2025-05-29 20:57:07 +02:00
parent 47fd9a36a4
commit da1102714a
3 changed files with 42 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
let a = 0
let b = 1
let temp = 0
let a: I64 = 0
let b: I64 = 1
let temp: I64 = 0
while a < 10000
print a