mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 07:03:21 +02:00
15 lines
98 B
ObjectPascal
15 lines
98 B
ObjectPascal
unit tudots.dot.next;
|
|
|
|
interface
|
|
|
|
type
|
|
ttest=byte;
|
|
|
|
var
|
|
test: integer;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|