You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wondered if there is a way to force Eval all expression and not stop 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.
This discussion was converted from issue #603 on March 13, 2024 18:05.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I wondered if there is a way to force Eval all expression and not stop 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!
Beta Was this translation helpful? Give feedback.
All reactions