[language: Ruby, syntax: for index loop]
("a".."z").each_with_index{|value, idx| puts "idx = #{idx} and alphabet = #{value}" }