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