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