Talk:How do I create a bug report

From Free Pascal wiki
Revision as of 19:49, 25 January 2018 by Bart (talk | contribs)
Jump to navigationJump to search

var

 s:string;

begin

 s:=#0#0#0#0;
 pword(@s[1])^:=$1234; //bug: runtime error
 //....

end;

This is not the place to report bugs (real or imaginary). Unless you have a question or comment about this page, I will remove this entry. --Bart (talk) 18:49, 25 January 2018 (CET)