>
Returns true if its first operand is greater than its second operand.
Exported from
Module common-dylan
Module Dylan
Arguments
object1
An instance of
<object>
.
object2
An instance of
<object>
.
Values
boolean
An instance of
<boolean>
.
See also
Equality and Comparison
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.
The class of boolean values.
Dylan provides an identity function, as well as a group of equality and magnitude comparison functions that can be extended for user classes.