mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:07:55 +02:00
11 lines
85 B
ObjectPascal
11 lines
85 B
ObjectPascal
unit uenum2b;
|
|
|
|
interface
|
|
|
|
type
|
|
tenum = (tone, ttwo, tthree);
|
|
|
|
implementation
|
|
|
|
end.
|