mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
12 lines
105 B
ObjectPascal
12 lines
105 B
ObjectPascal
unit UDots.MoreDots.Unit7;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit7Str = 'UDots.MoreDots.Unit7';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|