mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
+ Fixed mode for some examples
This commit is contained in:
parent
595ec4888a
commit
4fb6b31739
@ -1,5 +1,7 @@
|
|||||||
Program example71;
|
Program example71;
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
{ This program demonstrates the Format function }
|
{ This program demonstrates the Format function }
|
||||||
|
|
||||||
Uses sysutils;
|
Uses sysutils;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
Program Example82;
|
Program Example82;
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
{ This program demonstrates the StrToInt function }
|
{ This program demonstrates the StrToInt function }
|
||||||
|
|
||||||
Uses sysutils;
|
Uses sysutils;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
Program Example82;
|
Program Example82;
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
{ This program demonstrates the StrToInt function }
|
{ This program demonstrates the StrToInt function }
|
||||||
|
|
||||||
Uses sysutils;
|
Uses sysutils;
|
||||||
|
Loading…
Reference in New Issue
Block a user