RosettaCodeData/Task/Program-name/Elena/program-name.elena

9 lines
176 B
Plaintext

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