(command.CommandList
  children: [
    (command.ForEach
      keyword: <Id.KW_For for>
      iter_names: [name]
      iterable: (for_iter__Args)
      body: 
        (command.DoGroup
          left: <Id.KW_Do do>
          children: [
            (command.Simple
              blame_tok: <identify>
              more_env: []
              words: [
                {<identify>}
                {<-format>}
                {(DQ <'%f: %G with %k colors.'> <Id.Lit_BadBackslash '\\'> <n>)}
                {(DQ ($ Id.VSub_DollarName name))}
              ]
              redirects: []
              do_fork: T
            )
          ]
          right: <Id.KW_Done done>
        )
      redirects: []
    )
    (command.ControlFlow keyword:<Id.ControlFlow_Exit exit> arg_word:{<0>})
  ]
)