mutable decl syntax change
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
main func() i32 {
|
||||
items [3]mut i32 = undefined
|
||||
i int = 1
|
||||
items [3]mut i32 := undefined
|
||||
i int := 1
|
||||
items[i] = 42
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user