* fixed typos

* test must fail, this is also compatible with delphi

git-svn-id: trunk@5737 -
This commit is contained in:
peter 2006-12-29 17:48:36 +00:00
parent fc66d46beb
commit f972fdac2d

View File

@ -1,3 +1,5 @@
{ %fail }
uses
uenum2a;
@ -6,5 +8,5 @@ var
begin
e := tone;
inc(e);
writeln(e);
end;
writeln(byte(e));
end.