6 lines
151 B
Text
6 lines
151 B
Text
program =
|
|
[
|
|
console writeLine:system'commandLine. // the whole command line
|
|
|
|
console writeLine('program'arguments[0]). // the program name
|
|
].
|