fix in writing of prompt
This commit is contained in:
parent
628b9699e8
commit
bda28533c5
|
@ -307,6 +307,7 @@ IMPLEMENTATION MODULE InOut ;
|
|||
LOOP
|
||||
IF (i <= HIGH(s)) AND (s[i] # 0C) THEN
|
||||
Streams.Write(Streams.OutputStream, s[i], result);
|
||||
INC(i);
|
||||
ELSE
|
||||
EXIT;
|
||||
END;
|
||||
|
|
Loading…
Reference in a new issue