* += to normal +

This commit is contained in:
peter 2004-12-03 16:03:26 +00:00
parent 310bd76f34
commit b54c890cf9

View File

@ -11,7 +11,7 @@ begin
a:='';
s:='';
a+=s;
a:=a+s;
end.