#import system.
#symbol program =
[
console writeLine:system'commandLine. // the whole command line
console writeLine:('program'arguments@0). // the program name
].