mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
{
|
|
var a: [int] = [1, 2, 3];
|
|
print a[a];
|
|
}
|