process main (?uint8: in, !uint8: out, !uint8: err) { seqeach (c : ['a' .. 'z']) { out ! c; } }