# -*- t-utils-ts-parse-tree -*-
(source_file<1,81> (comment[1,20]@{% -*- matlab-ts -*-}@) \n[20,22]
 (if_statement<22,80> if[22,24]
  condition: (comparison_operator<25,30> (identifier[25,26]@{a}@) >[27,28] (number[29,30]@{1}@))
  \n[30,31]
  (block<35,77>
   (if_statement<35,76> if[35,37]
    condition: (comparison_operator<38,43> (identifier[38,39]@{b}@) >[40,41] (number[42,43]@{1}@))
    (block<45,69>
     (function_call<45,67> name: (identifier[45,49]@{disp}@) ([49,50]
      (arguments<50,66>
       argument: (string<50,66> '[50,51] (string_content[51,65]@{a > 1 && b > 1}@) '[65,66]))
      )[66,67])
     ;[67,68] \n[68,69])
    end[73,76])
   \n[76,77])
  end[77,80])
 \n[80,81])
