It is more a curiosity than a problem, but we know that the time dedicated to noting what is happening is essential.
When you create a little piece of code like this:
var FormTitle :string;
begin
FormTitle := 'Canary Islands are a good summer destiny";
The compiler responds with an "Invalid pointer operation" instead of telling us that the string has been opened or not finished. (See that the open limiter is a single ' and the last, is an error, is double "
(TMS Web Core 26.0.0) Beta.