From: yahdoco Date: 2007-09-05T04:40:08+09:00 Subject: Re: running ruby On Sep 4, 2:24 pm, Lloyd Linklater wrote: >yahdoco wrote: >> How can I make the screen stay visible until I choose to click it off? >> How can I change the screen so that the words are in black letters on >> a white background? -------------------------- > Hiya! > What about adding a gets at the end? -------------------------- I changed the file hello.rb to the following: #generate some simple output (comment) puts "Hello World" gets -------------------------- The screen still disappears very quickly. In a slow computer moment I did see the words "Hello World." Any other ideas?