double dot in for ranges

This commit is contained in:
2025-06-13 16:59:22 +02:00
parent a93274d8ac
commit 7425ab256b
19 changed files with 43 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ func main[] : I64
let out: I64 = 0
let max: I64 = strlen(n) - 13
for i in 0:max
for i in 0..max
let s: I64 = 1
let j: I64 = 0
while j < 13