ruby/benchmark/bm_vm1_rescue.rb

8 строки
70 B
Ruby
Исходник Обычный вид История

i=0
while i<30000000 # while loop 1
i+=1
begin
rescue
end
end