#!/usr/local/bin/julia for c = collect('a':'z') println(c) end