App下載

ruby 在線工具

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

for i in 0..5
   if i < 2 then
      next
   end
   puts "局部變量的值為 #{i}"
end
運(yùn)行結(jié)果