mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
I fucking found it
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
var complex: type = type [string, [int]];
|
||||
var dict: complex = [
|
||||
"first array": [1, 2, 3],
|
||||
"second array": [4, 5, 6],
|
||||
"third array": [7, 8, 9]
|
||||
];
|
||||
|
||||
|
||||
var deep: type = type [[[ int ]]];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user