2
0
Эх сурвалжийг харах

+ Fixed mode for some examples

michael 25 жил өмнө
parent
commit
4fb6b31739

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