Types are first-class citizens

This commit is contained in:
2022-08-22 01:59:29 +01:00
parent 9c995830e2
commit df6bd58b1a
10 changed files with 76 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
print [
var arr: [string] = [
"0",
"1",
@@ -335,3 +335,5 @@ print [
"299"
];
print arr;