| Name
                     | 
                  
                     Greater
                         | 
               
               
                  | Purpose
                     | 
                  Compares two values and returns
                                true if the first value is greater than the second
                            value and false otherwise.  | 
               
               
                  | Data type returned
                     | 
                  Boolean
                     | 
               
               
                  | Arguments | 
                  
                        First Value
                      | 
                  Specify the first value to compare. | 
               
               
                  | 
                        Second Value
                      | 
                  Specify the second value to compare. |