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:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
var complex: type = type [string, [int]];
|
||||
var complex: type = type [string: [int]];
|
||||
var deep: type = type [[[ int ]]];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user