mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 06:10:59 +01:00
15 lines
98 B
ObjectPascal
15 lines
98 B
ObjectPascal
unit tudots.dot.next;
|
|
|
|
interface
|
|
|
|
type
|
|
ttest=byte;
|
|
|
|
var
|
|
test: integer;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|