[
{
"VarDecl": {
"name": "close",
"type_annotation": null,
"initializer": {
"Literal": {
"Int": 10
}
},
"var_kind": "Var"
}
},
{
"VarDecl": {
"name": "open",
"type_annotation": null,
"initializer": {
"Literal": {
"Int": 5
}
},
"var_kind": "Var"
}
},
{
"VarDecl": {
"name": "x",
"type_annotation": null,
"initializer": {
"IfExpr": {
"condition": {
"Binary": {
"left": {
"Variable": "close"
},
"op": "Greater",
"right": {
"Variable": "open"
}
}
},
"then_expr": {
"Variable": "close"
},
"else_if_branches": [],
"else_expr": null
}
}
}
}
]