mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 04:46:11 +02:00
* source name was wrong
This commit is contained in:
parent
7698d1af24
commit
9dc4ab1a4d
@ -7,7 +7,7 @@ var
|
|||||||
L:longint;
|
L:longint;
|
||||||
S:string;
|
S:string;
|
||||||
begin
|
begin
|
||||||
assign(F,'TEST.PAS'); { Assign F to itself }
|
assign(F,'tbs0098.pp'); { Assign F to itself }
|
||||||
reset(F); { Open it (as a textfile) }
|
reset(F); { Open it (as a textfile) }
|
||||||
ReadLn(F); { Just read some lines }
|
ReadLn(F); { Just read some lines }
|
||||||
ReadLn(F);
|
ReadLn(F);
|
||||||
|
Loading…
Reference in New Issue
Block a user