[REBOL] Re: Rebol interpreter bug with comparison of dates
From: jan:skibinski:sympatico:ca at: 4-Dec-2002 0:35
> I wrote: > > You correctly compare entities of the same type. But you wrote > the GENERIC function, which can work on any GENERIC > variable 'b, such as DATE, or an INTEGER, etc.To be more precise I should have added to the above: - subject to the condition that 'b is orderable. Generic as it is, your function should fail for a type b = POINT and many other unorderable entities.