#!/usr/bin/env ruby flo = [ "dividuum", "syb", "fiji", "flowhase" ] for i in 0..3 puts "flo[#{i}] == #{flo[i]}\n" end