Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]

Method `>()


Method `>

int(0..1) `>(mixed arg1, mixed arg2, mixed ... extras)

Description

Greater than operator.

Returns

Returns 1 if the arguments are strictly decreasing, and 0 (zero) otherwise.

See also

`<(), `<=(), `>=()