scor wrote: > > Все. Нашел :) > %% > 10.step(0,-1) { |x| > puts x > } > %% > Приветствую. Ещё можно так: 5.downto(1) { |n| print n, ".. " } print " Liftoff!\n" produces: 5.. 4.. 3.. 2.. 1.. Liftoff! С уважением, Stratonik.