hi how can I make a loop, to make the program run foreve
r’?
On Apr 11, 2007, at 3:08 PM, Ali Y wrote:
hi how can I make a loop, to make the program run foreve
r’?
loop do
…
end
Hope that helps.
James Edward G. II
Thank you.
hey but this doesnt work with ruby2exe script… :S
Ali Y wrote:
hey but this doesnt work with ruby2exe script… :S
But how do you limit the amout of cpu it uses?