It's bloody never-ending
This commit is contained in:
@@ -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