mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +02:00
12 lines
87 B
ObjectPascal
12 lines
87 B
ObjectPascal
unit UDots.Unit6;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit6Str = 'UDots.Unit6';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|