This commit is contained in:
2026-02-08 20:26:11 +01:00
parent 6f03e2203f
commit b31a2d01c6
3 changed files with 50 additions and 15 deletions

View File

@@ -7,8 +7,9 @@ func main(): i32 {
let x: i32 = 23
x = 24
if true {
if !true {
x = 49
return x
} else {
x = 3
}