+ Fixed mode for some examples

This commit is contained in:
michael 2000-07-11 06:17:25 +00:00
parent 595ec4888a
commit 4fb6b31739
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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