Changes

100 bytes added ,  03:52, 22 March 2024
Line 7: Line 7:  
*If A is greater than  or equal to B then will return the result as TRUE.  
 
*If A is greater than  or equal to B then will return the result as TRUE.  
 
*If A is less than B then will return the result as FALSE.
 
*If A is less than 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)
    
==Examples==
 
==Examples==
2,824

edits