mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
8 lines
64 B
Plaintext
8 lines
64 B
Plaintext
{
|
|
var a: [int] = [1, 2, 3];
|
|
print a[a];
|
|
}
|
|
|
|
|
|
print "All good";
|