Browse Source

+ Fixed error on line 22

michael 27 years ago
parent
commit
c9b07a8a3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/crtex/ex3.pp

+ 1 - 1
docs/crtex/ex3.pp

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