Joel Neely wrote:

>     >> to-decimal 0 < to-decimal 1     == 1
>     >> to-decimal 0 <= to-decimal 1    == 1

This should be:

>> (to-decimal 0) < (to-decimal 1)       == true
>> (to-decimal 0) <= (to-decimal 1)      == true

or:

>> lesser? to-decimal 0 to-decimal 1            == true
>> lesser-or-equal? to-decimal 0 to-decimal 1   == true

>     >> to-logic 0 < to-logic 1

Same problem here.

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to