core.require
Evaluate a conditional expression and returns the boolean result.
Inputs
Conditional expression(s) to evaluate. All must be true for the result to be true.
If
True, the function will raise an error if the condition is false. If False, the function will return False instead.Default: true.If
True, all conditions must be true for the result to be true. If False, only one condition must be true.Default: true.