[REBOL] 2 small bugs. Reported already?
From: marekw::tpg::com::au at: 13-Jan-2001 23:47
Thanks everybody for response to my previous message.
Let me have my last word about that.
>>test: [date 1-4-2000]
==[date 1-Apr-2000]
>>test/date: 1-7-2000
==[date 1-Jul-2000
>>test/date/month: 12
==12
This seems to be clear inconsistency.
newdate: first next test/date: 22-11-1999
This works, but looks somewhat unintuitive.
Still, like anybody, I can live with it.
Probably somebody utilize it as it works.
Bug 1:
>>write/lines %test tail ["line1" "line2" line3"] ; expecting nothing writen
>>read %test
=="line1^/line2^/line3"
My guess is, it's reported already
Bug 2:
>> ? =< ; supprise here
USAGE:
value1 = value2
DESCRIPTION:
Returns TRUE if the values are equal.
= is an op value.
ARGUMENTS:
value1 -- (Type: any)
value2 -- (Type: any)
** Script Error: Operator is missing an argument.
** Where: ? = <
>> ? => ; expected behaviour to compare
** Syntax Error: Invalid word -- =>.
** Where: (line 1) ? =>