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