From: Daniel Carrera Date: 2002-11-26T12:51:01+09:00 Subject: Re: Difference between puts and print puts "hello" is like print "hello\n" I don't like typing "\n" at the end, so I generally use puts. But the rare time I don't want a terminating new line I have to go back to print. Daniel. > Hello all > > What is the difference between 'print' and 'puts' in rubese? What are the > advantages or disadvantages to using each? > > Thanks > --Andrew > >