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.
- [REBOL] Antwort: Re: WYSIWYG programming Sharriff . Aina
- [REBOL] Re: Antwort: Re: WYSIWYG programming Holger Kruse
- [REBOL] Re: Antwort: Re: WYSIWYG programming Ryan Cole
- [REBOL] Re: Antwort: Re: WYSIWYG programming Joel Neely
- [REBOL] Re: Antwort: Re: WYSIWYG programmin... Elan
- [REBOL] WYSIWYG programming Gabriele Santilli
- [REBOL] WYSIWYG programming Ladislav Mecir
- [REBOL] Re: Antwort: Re: WYSIWYG progra... Joel Neely
- [REBOL] Re: Antwort: Re: WYSIWYG p... Gabriele Santilli
- [REBOL] Re: Antwort: Re: WYSIWYG programmin... jeff
- [REBOL] Re: Antwort: Re: WYSIWYG progra... Elan
- [REBOL] Re: Antwort: Re: WYSIWYG progra... Joel Neely
- [REBOL] Re: Antwort: Re: WYSIWYG p... Brett Handley
- [REBOL] Comparing logic! [was ... Joel Neely
- [REBOL] Re: Comparing logi... Brett Handley
- [REBOL] Re: Comparing logi... Joel Neely
