瀏覽代碼

+ 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;