On Tue, Jan 10, 2023 at 3:15 PM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
consider this example:
<hansl>
open denmark
bundle b = _(y=LRM)
list L = const
L += genseries("L", b.y)
</hansl>
This rightly gives an error, since genseries tries to create a series
"L", where the identifier "L" is already occupied by the defined
list
before. But the error message is a little opaque: "variable number -1
out of bounds".
Good catch. That's fixed in git and snapshots.
Allin