mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
8 lines
86 B
ObjectPascal
8 lines
86 B
ObjectPascal
var
|
|
s : string;
|
|
i : integer;
|
|
begin
|
|
s := {$I %LINE%};
|
|
i := {$I %LINENUM%}
|
|
end.
|