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

[REBOL] Re: [REBOL]

From: joel:neely:fedex at: 25-Oct-2000 8:04

Hi, Sharriff, [rebol-bounce--rebol--com] wrote:
> Hi List! > > One cannot use the "+" or "-" operators on a Date! value, how does one > increase or step through date! values then? I´m trying to construct a > graphical calender. >
How did you reach that conclusion?
>> thisday: now/date
== 25-Oct-2000
>> thisday + 1
== 26-Oct-2000
>> thisday - 1
== 24-Oct-2000 -jn-