mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
var array = [
|
|
1, 2, 3,
|
|
4, 5, 6,
|
|
7, 8, 9, //explicitly leave a trailing comma
|
|
];
|
|
|
|
|
|
print "All good"; |