mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Types are first-class citizens
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
print [
|
||||
var arr: [string] = [
|
||||
|
||||
"0",
|
||||
"1",
|
||||
@@ -335,3 +335,5 @@ print [
|
||||
"299"
|
||||
|
||||
];
|
||||
|
||||
print arr;
|
||||
Reference in New Issue
Block a user