1
2
3
4
val name = CommandLine.name ()
val _ = print name
val args = CommandLine.arguments ()
val _ = app print args