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