On 10/06/2019 04:00, Dmitry Boyarintsev wrote:

function DoSomething (a: ^Integer; b: Pointer): integer;

Should the flowing code (inside of DoSomething body) be ok as well?
  ((^Integer)(b))^ := a^;

(keep in mind that ^A ... ^Z is also a character escaping)

Inside code / Outside declaration, this already has a meaning:

^I  is #9
So this is a char constant.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to