mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
It's bloody never-ending
This commit is contained in:
10
scripts/small.toy
Normal file
10
scripts/small.toy
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
var t: type = typeas [[int]];
|
||||
|
||||
var a: t = [
|
||||
[1, 2, 3]
|
||||
];
|
||||
|
||||
print a;
|
||||
print typeof a;
|
||||
Reference in New Issue
Block a user