On Mon, May 23, 2022 at 9:49 AM Sven Schreiber <svetosch(a)gmx.net> wrote:
Hi again, consider this one please:
<hansl>
function void cs(string s)
print s
end function
a = sprintf("\"") # works
print a
cs(sprintf("\"")) # fails
</hansl>
The last line gives me a weird "unmatched (" error.
Thanks for the report; fixed in git.
Allin