The statement "Returns the data type with the highest precedence from the set of types passed to the function" is not correct: the first parameter is disregarded when determining the return type; in all the examples on this page, the returned value is of some string or character type, despite the first parameter having type INT.
↧