mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +02:00
* += to normal +
This commit is contained in:
parent
310bd76f34
commit
b54c890cf9
@ -11,7 +11,7 @@ begin
|
|||||||
|
|
||||||
a:='';
|
a:='';
|
||||||
s:='';
|
s:='';
|
||||||
a+=s;
|
a:=a+s;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user