Next Previous Up Top Contents Index

5.2 Extensions to the Dylan library

<

Generic function, Sealed domain, G.f. method

Summary

Returns #t if its first argument is less than its second argument.

Signature

< object1 object2 => boolean (Generic function)
< complex1 complex2 (Sealed domain)
< machine-number1 machine-number2 => boolean (G.f. method)

Library

integers

Module

Other available methods are described in the Dylan Reference Manual.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index