lvliangxiong
lvliangxiong
I just find a trick which can achieve the same effect: ```go func ExampleDisableShortCircuit() { OR := func(a, b bool) bool { return a || b } env := map[string]any{...
I just fix the code according to the check result. It'll be good now.
> We could implement this with less core changes if we follow your example [here](https://github.com/expr-lang/expr/issues/831#issuecomment-3332424208). > > My suggestion is the following ([Go Playground](https://go.dev/play/p/PC3JIWUD89E) working example): > > ```go >...
Any progress here? Let me know if I can help.