Am 06.02.2020 um 12:35 schrieb Riccardo (Jack) Lucchetti:
works ok, but the conditional assignment statement
<hansl>
string sep = $windows ? "\" : "/"
</hansl>
gives an error, because the backslash is considered an escaping
character. This breaks the xy_color packages (and possibly some more).
The thread in December "problem with sprintf in ternary statement" looks
related. Allin fixed a bug there by removing a special-casing treatment
of \" , but this may be a side effect.
cheers
sven