mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
12 lines
105 B
ObjectPascal
12 lines
105 B
ObjectPascal
unit UDots.MoreDots.Unit8;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit8Str = 'UDots.MoreDots.Unit8';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|