ts wrote: > > [...] > I'll try to add 'do ... while' to have 4 `do' rather than only 3 ;-) > I hope it'll work better with this <cpu-suck.rb>: a = 1 while (a+=1) < 5 puts a end while a > 0 #-> <yawn> :-/ daz