Evaluator bug 13.13.3/4

Continuing the discussion from Directory Opus 13.13.4 (Beta):

Looks like the bug hasn't been completely squished:

=return "a" == "b" ? "@confirm:A" : "HELP" + " WINDOWINFO"

Writing ("a" == "b") is a workaround.

1 Like

=return("a" == "b" ? "@confirm:A" : "HELP" + " WINDOWINFO"); This is OK

Thanks! Fixed in the next update.