소스 검색

* 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);