Hi Tim,
Do you need 'sys-pick to point to the original ?
How about this:
if action? :pick [pick: ...]
Keep in mind the whole world of rebol code is expecting
PICK to be the built-in one.
Why not just define 'my-pick or 'tj-pick and leave poor 'pick alone ?
Anton.
> if not value? 'sys-pick[
> sys-pick: get in system/words 'pick
> ]
> the works, but the gotcha is that if I'm working with a large application
> that has somehow previous defined 'sys-pick errors could be introduced.
>
> This scenario is not likely, especially if one sticks to a strict
> taxonomic
> convention of redefining system words as 'sys-word, but I'd welcome
> comments on this situation.
> thanks
> Tim Johnson <[EMAIL PROTECTED]>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.