Why isn't this syntax valid on Windows? Very confused.

============================

{$mode objfpc}

program WindowsTest;

var
s: String;
begin
s += ';';    //  Syntax error, ";" expected but "const char" found
end.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to