4 lines
58 B
Text
4 lines
58 B
Text
|
|
(de varargs @
|
||
|
|
(while (args)
|
||
|
|
(println (next)) ) )
|