On 09/10/06, Acoole Cooland <andrewchinna / yahoo.co.uk> wrote: > Ok so im new to ruby, > > I Want to make it so the person using the application can type a word > and it will turn backwords > > > Thanks, > > -- > Posted via http://www.ruby-forum.com/. > > word = string.gets puts word.reverse Farrel