@ ProgramNode (location: (1,0)-(1,10)) ├── locals: [] └── statements: @ StatementsNode (location: (1,0)-(1,10)) └── body: (length: 1) └── @ IfNode (location: (1,0)-(1,10)) ├── if_keyword_loc: (1,3)-(1,5) = "if" ├── predicate: │ @ TrueNode (location: (1,6)-(1,10)) ├── then_keyword_loc: ∅ ├── statements: │ @ StatementsNode (location: (1,0)-(1,3)) │ └── body: (length: 1) │ └── @ FloatNode (location: (1,0)-(1,3)) │ └── value: 1.0 ├── consequent: ∅ └── end_keyword_loc: ∅