2009/11/2 Lucas Sallovitz <[email protected]>: >> variable1 += 400 >> variable2 += 400 > > No creo que te guste: > > variable1 += (variable2 += 400) - 400
Ooops: variable1 += (variable2 += 400) - variable2 Lucas. _______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
