[REBOL] Re: Funny bug. Or?
From: carl:cybercraft at: 18-Nov-2002 14:09
On 18-Nov-02, Gregg Irwin wrote:
> Hi Hallvard,
>>>> protect-system
>>>> help to-tag
>> ** Script Error: Word type-name is protected, cannot modify
>> ** Where: help
>> ** Near: type-name: func [value] [
>> value: mold type? :value
>> clear back tail value
>> join either find "aeiou" first value ["an "] ["a "] value
>> ]
> It looks like HELP should define TYPE-NAME as a local, which it
> isn't. I'd send it to feedback.
The odd thing is I have protect-system in my user.r, yet "help to-tag"
doesn't give the above error until after I do a protect-system at the
Console.
--
Carl Read