mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:07:57 +02:00
10 lines
60 B
ObjectPascal
10 lines
60 B
ObjectPascal
type
|
|
te = (enum);
|
|
|
|
var
|
|
e : te;
|
|
|
|
begin
|
|
inc(e);
|
|
end.
|