瀏覽代碼

* += to normal +

peter 21 年之前
父節點
當前提交
b54c890cf9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw3423.pp

+ 1 - 1
tests/webtbs/tw3423.pp

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