Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::

Method `<()


Method `<

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

Description

Less than operator.

Returns

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

See also

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