mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
+ Fixed error on line 22
This commit is contained in:
parent
a213e8adb4
commit
c9b07a8a3a
@ -19,5 +19,5 @@ begin
|
|||||||
end;
|
end;
|
||||||
#27 : WriteLn('ESC');
|
#27 : WriteLn('ESC');
|
||||||
end;
|
end;
|
||||||
until #ch=27 {Esc}
|
until ch=#27 {Esc}
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user