mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 22:49:20 +02:00
* display some info at the end
This commit is contained in:
parent
849da24cba
commit
d07534dff5
@ -12,6 +12,7 @@ const
|
||||
|
||||
var
|
||||
t: text;
|
||||
line : string;
|
||||
gd, c, low, high, res: integer;
|
||||
begin
|
||||
assign(t,'modes.txt');
|
||||
@ -61,4 +62,5 @@ begin
|
||||
writeln(t);
|
||||
close(t);
|
||||
end;
|
||||
Writeln('All supported modes are listed in modes.txt files');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user