file for ex13

cat-town
Dan Buch 13 years ago
parent e1cf5f8292
commit dc709e1549

@ -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}"
Loading…
Cancel
Save