mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:47:56 +02:00
* trailing white space removed
git-svn-id: trunk@13421 -
This commit is contained in:
parent
cc44257086
commit
02cec59ccf
@ -5,7 +5,7 @@ uses sysutils;
|
|||||||
var ps : pstring;
|
var ps : pstring;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
HaltOnNotReleased := true;
|
HaltOnNotReleased := true;
|
||||||
ps:=newstr('TEST');
|
ps:=newstr('TEST');
|
||||||
writeln(ps^);
|
writeln(ps^);
|
||||||
disposestr(ps);
|
disposestr(ps);
|
||||||
|
Loading…
Reference in New Issue
Block a user