Hi,
apparently a leftover of non-working nested assignment:
<hansl>
bundle b = null
series sout = normal()
series b.s = normal()
sout[5] = NA # works
b.s[5] = NA # "invalid left-hand expression"
</hansl>
This is with git from June 23rd.
thanks,
sven
Show replies by date