10 lines
71 B
Mathematica
10 lines
71 B
Mathematica
>> variadicFunction(1,2,3,4,'cat')
|
|
1
|
|
|
|
2
|
|
|
|
3
|
|
|
|
4
|
|
|
|
cat
|