mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 04:35:54 +02:00
8 lines
105 B
ObjectPascal
8 lines
105 B
ObjectPascal
type
|
|
pstring=^string;
|
|
const
|
|
drivestr:string='c:';
|
|
pdrivestr:pstring=pstring(@drivestr);
|
|
begin
|
|
end.
|