mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:30:42 +02:00
* remove readln;
git-svn-id: trunk@1493 -
This commit is contained in:
parent
260861e184
commit
0723391a8b
@ -17,5 +17,4 @@ begin
|
|||||||
setlength(myproc,1);
|
setlength(myproc,1);
|
||||||
MyProc[0]:=@testing;
|
MyProc[0]:=@testing;
|
||||||
MyProc[0]('Test me');
|
MyProc[0]('Test me');
|
||||||
readln; //watch for error on close
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user