Overview
Comparison module
Greater
comparison.greater-than()
Checks whether the given value is greater than compared value.
module: greater.than()
Less
Comparison
comparison.compare-multiple()
Handles multiple comparisons.
comparison.compare()
Returns a bool
indicating the result of the comparison.
comparison.equal()
Function is a helper function for the compare function and it's a simple comparison of the $value1
with $value2
.
Last updated
Was this helpful?