Am 05.07.2019 um 14:16 schrieb Artur Tarassow:
Am 05.07.19 um 14:04 schrieb Sven Schreiber:
> Probably it should work, but notice that the asterisk "*" may confuse
> the parser because it could also mean a multiplication operator. There
> are two workarounds that seem to work:
True, the '*' may cause some confusion. But, if I remember correctly,
one cannot pass something like <list A = Series1*Series2>.
Indeed you cannot do that, but you can do:
list A = Series1 * 2
(Although I'm not sure this is supported or recommended usage.)
But as I said before, it probably "should" work, in the sense that it's
a bug.
cheers
sven