* 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 uses
uenum2a; uenum2a;
@ -6,5 +8,5 @@ var
begin begin
e := tone; e := tone;
inc(e); inc(e);
writeln(e); writeln(byte(e));
end; end.