Method `>()
- Method `>
bool`>(mixedarg1,mixedarg2,mixed...extras)- Description
Greater than test.
Every expression with the
>operator becomes a call to this function, i.e.a>bis the same aspredef::`>(a,b).- Returns
Returns
1if the arguments are strictly decreasing, and0(zero) otherwise.- See also