mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:27:57 +02:00
13 lines
98 B
ObjectPascal
13 lines
98 B
ObjectPascal
{ %fail }
|
|
|
|
uses
|
|
uenum2a;
|
|
|
|
var
|
|
e: tenum;
|
|
begin
|
|
e := tone;
|
|
inc(e);
|
|
writeln(byte(e));
|
|
end.
|