(CommandList
  children: [
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: (C {(Lit_Other '[')} {($ VSub_Pound '$#')} {(-ne)} {(1)} {(Lit_Other ']')})
              terminator: <Op_Semi ';'>
            )
          ]
          action: [
            (C {(echo)} {(DQ ('Usage: ') ($ VSub_Number '$0') (' <username>'))})
            (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
          ]
          spids: [16777215 20]
        )
      ]
      spids: [16777215 36]
    )
    (Pipeline
      children: [
        (C {(curl)} {(-s)} {(DQ ('https://api.github.com/users/') ($ VSub_Number '$1'))})
        (C {(awk)} {(-F) (SQ <'"'>)} 
          {
            (SQ <'\n'> <'            /\\"name\\":/ { \n'> 
              <'              print $4" is the name of the Github user."\n'> <'            }\n'> <'            /\\"followers\\":/{ \n'> <'              split($3, a, " ") \n'> 
              <'              sub(/,/, "", a[2])\n'> <'              print "They have "a[2]" followers." \n'> <'            }\n'> 
              <'            /\\"following\\":/{\n'> <'              split($3, a, " ")\n'> <'              sub(/,/, "", a[2])\n'> 
              <'              print "They are following "a[2]" other users."\n'> <'            }\n'> <'            /\\"created_at\\":/{\n'> 
              <'              print "Their account was created on "$4"."\n'> <'            }\n'> <'            '>
            )
          }
        )
      ]
      negated: F
    )
    (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)