Principle of le,err i mean biggest surprise!!??
by Globalrev other posts by this author
May 8 2008 5:16PM messages near this date
Re: How to re-replace Hash default value behaviour?
|
Re: Principle of le,err i mean biggest surprise!!??
puts "Input sentence:"
sentence = gets.split()
puts
temp = sentence
phrase = sentence
puts ":", temp, sentence, phrase
phrase[0] = temp[1]
puts "oink", phrase, temp
when changing phrase[0] this will change temp as well and even
sentence! makes no sense and very surprising. how do i do what i want
to do?
so basically ami messing with pointers here or what?
Thread:
Globalrev
Rick DeNatale
Ron Fox
Marc Heiler
Matthew Moss
|