* remove readln;

git-svn-id: trunk@1493 -
This commit is contained in:
peter 2005-10-19 06:55:07 +00:00
parent 260861e184
commit 0723391a8b

View File

@ -17,5 +17,4 @@ begin
setlength(myproc,1);
MyProc[0]:=@testing;
MyProc[0]('Test me');
readln; //watch for error on close
end.