(CommandList
  children: [
    (C {(_Dbg_help_add_sub)} {(set)} {(autoeval)} 
      {
        (SQ <"**set autoeval** [**on**|**off**]\n"> <"\n"> <"Evaluate unrecognized commands\n"> <"\n"> 
          <"See also:\n"> <"---------\n"> <"\n"> <"**show autoeval**\n">
        )
      } {(1)}
    )
    (C {(_Dbg_next_complete) (Lit_Other "[") (set)} 
      {(autoeval) (Lit_Other "]") (Lit_Other "=") (SQ <_Dbg_complete_onoff>)}
    )
    (FuncDef
      name: _Dbg_do_set_autoeval
      body: 
        (BraceGroup
          children: [
            (C {(_Dbg_set_onoff)} {(DQ ($ VSub_Number "$1"))} {(SQ <autoeval>)})
            (ControlFlow token:<ControlFlow_Return return> arg_word:{($ VSub_QMark "$?")})
          ]
          spids: [95]
        )
      spids: [91 94]
    )
  ]
)