*If A is equal to or less than to B then will return the result as FALSE.
*If A is equal to or less than to B then will return the result as FALSE.
−
All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)
+
+
All comparison functions ( [[Manuals/calci/LT |LT]], [[Manuals/calci/LTE |LTE]], [[Manuals/calci/GT |GT]], [[Manuals/calci/GTE |GTE]], [[Manuals/calci/EQ |EQ]], [[Manuals/calci/NE |NE]], [[Manuals/calci/EQS |EQS]], [[Manuals/calci/NES |NES]], [[Manuals/calci/FEQ |FEQ]]) will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)