dotar/vim/settings/a.rb

5 lines
49 B
Ruby
Raw Normal View History

2018-07-23 06:16:10 +08:00
[1,2,3,4].each do |number|
next
p number
end