n = ARGV.sizeargstr = '"' + ARGV*"," + '"'puts "#{n} arguments..."puts "They are: #{argstr}"puts "Note that ARGV[0] = #{ARGV[0]}"