_==0 "exec" "awk" "-f" "$0" function f(i) { return substr(s,i,1) } BEGIN{ s="yukicoder" }{ print f($0) }