On Thu, Mar 23, 2023 at 4:46 AM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
Hi, not sure if the following should work:
<hansl>
open denmark
series se
string s
print se s # error
</hansl>
The cause seems to be mixing a series with another type in the print
command. (Even though the error msg somewhat misleadingly complains
about the string type.)
The error message could be improved, but no, it's not supposed to
work: you can't mix series and objects of other types. I think that's
pretty clear in the documentation for "print".
Allin