(CommandList
  children: [
    (C {(_Dbg_help_add_sub)} {(set)} {(annotate)} 
      {
        (SQ <"**set annotate** {**0**|**1**}\n"> <"\n"> <"Set annotation level.\n"> <"\n"> 
          <"  0 - normal\n"> <"  1 - fullname (for use when running under emacs).\n"> <"\n"> <"See also:\n"> <"---------\n"> <"\n"> 
          <"**show annotate**\n">
        ) (SQ <"Set annotation level [N]\n">)
      } {(1)}
    )
    (FuncDef
      name: _Dbg_do_set_annotate
      body: 
        (BraceGroup
          children: [
            (C {(eval)} {(DQ ($ VSub_Name "$_seteglob"))})
            (If
              arms: [
                (if_arm
                  cond: [
                    (Sentence
                      child: 
                        (DParen
                          child: 
                            (ArithBinary
                              op_id: Arith_NEqual
                              left: (ArithWord w:{($ VSub_Pound "$#")})
                              right: (ArithWord w:{(Lit_Digits 1)})
                            )
                        )
                      terminator: <Op_Semi ";">
                    )
                  ]
                  action: [
                    (C {(_Dbg_msg)} 
                      {
                        (DQ ("A single argument is required (got ") ($ VSub_Pound "$#") 
                          (" arguments).")
                        )
                      }
                    )
                  ]
                  spids: [-1 114]
                )
                (if_arm
                  cond: [
                    (Sentence
                      child: 
                        (DBracket
                          expr: 
                            (BoolBinary
                              op_id: BoolBinary_GlobDEqual
                              left: {($ VSub_Number "$1")}
                              right: {($ VSub_Name "$int_pat")}
                            )
                        )
                      terminator: <Op_Semi ";">
                    )
                  ]
                  action: [
                    (If
                      arms: [
                        (if_arm
                          cond: [
                            (Sentence
                              child: 
                                (DParen
                                  child: 
                                    (ArithBinary
                                      op_id: Arith_Great
                                      left: (ArithWord w:{($ VSub_Number "$1")})
                                      right: (ArithWord w:{(Lit_Digits 3)})
                                    )
                                )
                              terminator: <Op_Semi ";">
                            )
                          ]
                          action: [
                            (C {(_Dbg_msg)} 
                              {
                                (DQ ("Annotation level must be between 0 and 3. Got: ") 
                                  (${ VSub_Number 1) (.)
                                )
                              }
                            )
                          ]
                          spids: [-1 158]
                        )
                      ]
                      else_action: [
                        (C {(_Dbg_write_journal_eval)} 
                          {(DQ ("_Dbg_set_annotate=") ($ VSub_Number "$1"))}
                        )
                      ]
                      spids: [172 183]
                    )
                  ]
                  spids: [126 140]
                )
              ]
              else_action: [
                (C {(eval)} {(DQ ($ VSub_Name "$_resteglob"))})
                (C {(_Dbg_msg)} {(DQ ("Integer argument expected; got: ") ($ VSub_Number "$1"))})
                (ControlFlow token:<ControlFlow_Return return> arg_word:{(1)})
              ]
              spids: [186 209]
            )
            (C {(eval)} {(DQ ($ VSub_Name "$_resteglob"))})
            (ControlFlow token:<ControlFlow_Return return> arg_word:{(0)})
          ]
          spids: [89]
        )
      spids: [85 88]
    )
  ]
)