Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]

Method `<=()


Method `<=

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

Description

Less or equal operator.

Returns

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

This is the inverse of `>().

See also

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