mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 11:47:17 +01:00
12 lines
99 B
ObjectPascal
12 lines
99 B
ObjectPascal
unit UDots.UDots.Unit4;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit4Str = 'UDots.UDots.Unit4';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|