mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:28:14 +02:00
12 lines
87 B
ObjectPascal
12 lines
87 B
ObjectPascal
unit UDots.Unit3;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit3Str = 'UDots.Unit3';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|