Jelajahi Sumber

+ Fixed mode for some examples

michael 25 tahun lalu
induk
melakukan
4fb6b31739
3 mengubah file dengan 6 tambahan dan 0 penghapusan
  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;