mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 12:00:36 +01:00
12 lines
99 B
ObjectPascal
12 lines
99 B
ObjectPascal
unit UDots.UDots.Unit5;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit5Str = 'UDots.UDots.Unit5';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|