소스 검색

+ Fixed mode for some examples

michael 25 년 전
부모
커밋
4fb6b31739
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/sysutex/ex71.pp
  2. 2 0
      docs/sysutex/ex82.pp
  3. 2 0
      docs/sysutex/ex83.pp

+ 2 - 0
docs/sysutex/ex71.pp

@@ -1,5 +1,7 @@
 Program example71;
 
+{$mode objfpc}
+
 { This program demonstrates the Format function }
 
 Uses sysutils;

+ 2 - 0
docs/sysutex/ex82.pp

@@ -1,5 +1,7 @@
 Program Example82;
 
+{$mode objfpc}
+
 { This program demonstrates the StrToInt function }
 
 Uses sysutils;

+ 2 - 0
docs/sysutex/ex83.pp

@@ -1,5 +1,7 @@
 Program Example82;
 
+{$mode objfpc}
+
 { This program demonstrates the StrToInt function }
 
 Uses sysutils;