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