Changes

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

edits