main { sub start() { ubyte xx for xx in "abcdef" to "zzz" { xx++ } } }