mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
10 lines
84 B
Plaintext
10 lines
84 B
Plaintext
|
|
|
|
|
|
var complex: type = type [string: [int]];
|
|
var deep: type = type [[[ int ]]];
|
|
|
|
|
|
|
|
|