I fucking found it

This commit is contained in:
2022-08-30 04:51:28 +10:00
parent 1c6c7e5d4f
commit 14718a08d3
2 changed files with 1 additions and 13 deletions

View File

@@ -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 ]]];