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

[REBOL] Re: [REBOL]

From: al:bri:xtra at: 26-Oct-2000 10:01

Sharriff Aina wrote:
> 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.
It seems to work for me: REBOL/View 0.10.38.3.1 3-Oct-2000 Copyright 2000 REBOL Technologies. All rights reserved.
>> d: now
== 26-Oct-2000/10:56:30+13:00
>> d: d + 1
== 27-Oct-2000/10:56:30+13:00 Perhaps you should restart Rebol? Andrew Martin