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 - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
