Jump to content

Parse command-line arguments: Difference between revisions

m
(Adds Clojure solution)
Line 638:
 
=={{header|Scala}}==
{{libheader|Scala}}
[[Category:Scala Implementations]]
{{libheader|Scala}}<lang Scala>object CommandLineArguments extends App {
println(s"Received the following arguments: + ${args.mkString("", ", ", ".")}")
}</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.