Mega Code Archive

 
Categories / Ruby / Range
 

A for loop and an inclusive string range

for i in "a".."z"   print i end