5 lines
67 B
ObjectPascal
5 lines
67 B
ObjectPascal
unit EnumUnit;
|
|
type TDigits = (one, two, three, four, five);
|
|
|
|
|
|
end. |