App下載

ruby 在線工具

#!/usr/bin/ruby
# -*- coding: UTF-8 -*-

(0..5).each do |i|
   puts "局部變量的值為 #{i}"
end
運行結果