mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 21:49:39 +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.
|
|
|