4 lines
43 B
Text
4 lines
43 B
Text
|
|
variable a;
|
||
|
|
foreach a (__argv)
|
||
|
|
print(a);
|