mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
|
|
|
|
var t: type = typeas [[int]];
|
|
|
|
var a: t = [
|
|
[1, 2, 3]
|
|
];
|
|
|
|
print a;
|
|
print typeof a;
|