瀏覽代碼

* fixed typo

peter 26 年之前
父節點
當前提交
53dfbeb145
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tbs0218.pp

+ 1 - 1
tests/tbs0218.pp

@@ -18,7 +18,7 @@ Begin
   Writeln('r=',r:8:5);
   Writeln('r=',r:7:4);
   Str(r:7:4,s);
-  Writeln('r=',s,' (as string)')
+  Writeln('r=',s,' (as string)');
   str(r,s);
   val(s,rr,code);
   if r<>rr then halt(1);