mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Changed dict type syntax to using a colon instead of a comma
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
|
||||
//test dictionaries with types
|
||||
var dict: [string, string] = [:];
|
||||
var dict: [string : string] = [:];
|
||||
|
||||
_set(dict, "key", "value");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user