Loop

(10..20).step(2) {|x| puts x}
=begin
10
12
14
16
18
20
=end

Reference

results matching ""

    No results matching ""