Files
hakorune/tests/json_v0/logical_shortcircuit_and.json

11 lines
504 B
JSON
Raw Normal View History

2025-09-15 22:14:42 +09:00
{"version":0,"kind":"Program","body":[
{"type":"Local","name":"a","expr":{"type":"New","class":"ArrayBox","args":[]}},
{"type":"Local","name":"f","expr":{"type":"Bool","value":false}},
{"type":"Expr","expr":{"type":"Logical","op":"&&",
"lhs":{"type":"Var","name":"f"},
"rhs":{"type":"Method","recv":{"type":"Var","name":"a"},"method":"push","args":[{"type":"Int","value":1}]}
}},
{"type":"Return","expr":{"type":"Method","recv":{"type":"Var","name":"a"},"method":"size","args":[]}}
]}