René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

for [Ruby]

for i in 'a' .. 'z'
  puts i
end
for i in %w{ one two three for } 
  puts i
end