4 lines
72 B
Text
4 lines
72 B
Text
|
|
ARGV each: |a| {
|
||
|
|
a println # print each given command line argument
|
||
|
|
}
|