Fixed some issues in scope

This commit is contained in:
2022-08-15 10:15:24 +01:00
parent 6b834ca6d1
commit 7e01ead6ff
3 changed files with 16 additions and 6 deletions

View File

@@ -2,3 +2,4 @@
var dict : [string, int] = ["hello" : 1, "world" : 2];