Shortcut evaluationJune 4, 2022 · One min readGuillaume DuhamelCTO CompletiumWe present a change in version 1.3.0 of the evaluation process of boolean operators and and or in test expression of the if instruction and expression.Consider the following if instruction:if a and b then /* */end