mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
|
|
|
|
|
|
var complex: type = astype [string: [int]];
|
|
var deep: type = astype [[[ int ]]];
|
|
|
|
|
|
|
|
|