@ ProgramNode (location: (1,0)-(1,10))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,10))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ConstantPathOrWriteNode (location: (1,0)-(1,10))
            ├── flags: newline
            ├── target:
            │   @ ConstantPathNode (location: (1,0)-(1,4))
            │   ├── flags: ∅
            │   ├── parent:
            │   │   @ ConstantReadNode (location: (1,0)-(1,1))
            │   │   ├── flags: ∅
            │   │   └── name: :X
            │   ├── name: :Y
            │   ├── delimiter_loc: (1,1)-(1,3) = "::"
            │   └── name_loc: (1,3)-(1,4) = "Y"
            ├── operator_loc: (1,5)-(1,8) = "||="
            └── value:
                @ IntegerNode (location: (1,9)-(1,10))
                ├── flags: static_literal, decimal
                └── value: 1
