+ Fixed error on line 22

This commit is contained in:
michael 1998-05-05 09:13:16 +00:00
parent a213e8adb4
commit c9b07a8a3a

View File

@ -19,5 +19,5 @@ begin
end;
#27 : WriteLn('ESC');
end;
until #ch=27 {Esc}
until ch=#27 {Esc}
end.