3 lines
70 B
Text
3 lines
70 B
Text
|
|
var args = ["Rosetta", "Code", "Is", "Awesome!"];
|
||
|
|
print_all(args...);
|