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