Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Antwort: Re: WYSIWYG programming

From: g:santilli:tiscalinet:it at: 27-Oct-2000 11:29

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 <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/