Hello.

I think I found bug in positive?

for numbers it works like a champ:

>> positive? -1
== false
>> positive? 0
== false
>> positive? 1
== true        

but for time it has a bug imho:

>> positive? -1:00
== false
>> positive? 0:00
== true
>> positive? 1:00
== true      

I think that positive? 0:00 should be false, or shouldn't ?
(version: 2.2.0.4.2)

Regards,
Jan

--
Jan Strejcek
[EMAIL PROTECTED]
Are working on CGI's in REBOL? -> http://www.rebol.cz/cgi    

Reply via email to