infer var type when initializer is a number constant

This commit is contained in:
2025-12-23 18:10:56 +01:00
parent 5682318915
commit c527aceecd
36 changed files with 118 additions and 100 deletions

View File

@@ -24,7 +24,7 @@ func print_state[state: array]: void
io.println("")
func main[] : i64
let SIZE: i64 = 60
let SIZE = 60
let state: array = []
for i in 0..SIZE