Am 03.07.2018 um 13:43 schrieb Allin Cottrell:
On Tue, 3 Jul 2018, Sven Schreiber wrote:
>
> Yeah, this is what I used in my example function as well. However,
> when you also want to update elements in the bundle, this doesn't work.
In that case reverse the operands:
...
# add one element, revise another
a = defbundle("tre", 3, "due", "$10") + a
Ahh, of course, very nice!
thanks,
sven