[REBOL] Re: paths & lookups & change
From: robert:muench:robertmuench at: 18-Oct-2003 15:48
On Sat, 18 Oct 2003 11:28:07 +0200, Ingo Hohmann <[ingo--2b1--de]> wrote:
> You're doing both of the above in one line, so the '+ eats away one of
> 'add s arguments
Even in the danger I repeat myself: no comment
> I'd like that, too ;-) But until then, this works:
>
> >> change next pos: find test key pos/2 + 1
> == []
> >> test
> == ["Bug Report" 2]
>
> Though I'm sure, someone will come up with a better idea ...
Is it really that complicated? I wanted to avoid this. I thought about it
too but I can't believe that we need to do all this just to add a value to
some word stored in a block. Robert