I’m not at the PC right now, but does the error appear elsewhere, like in an IF statement?
IF “abc” = “a” + “bc” THEN PRINT “TRUE” ELSE PRINT “FALSE”
If it works in IF, you’ve narrowed the glitch down to PRINT itself, and not the expression parser, and as I said above, I wouldn’t hold my breath expecting to see PRINT overhauled anytime soon.