file for ex13

This commit is contained in:
Dan Buch 2012-02-25 11:59:56 -05:00
parent e1cf5f8292
commit dc709e1549

6
ex13.rb Normal file
View File

@ -0,0 +1,6 @@
first, second, third = ARGV
puts "The script is called: #{$0}"
puts "Your first variable is: #{first}"
puts "Your second variable is: #{second}"
puts "Your third variable is: #{third}"