Hi,
I wondered if there is a way to force Eval all expression and not step early if a part of the expression is false. For example,
false and FUNCTION()>1.
The usecases is that I want to get the numerical results of FUNCTION in a LOG format. I need this to try to measure completion of the conditional as a whole despite one part of it not being fulfilled. I currently write the results of each custom function to a variable in the Env.
Or is there a smarter way go about it?
Thanks for the great library!