fix in writing of prompt
This commit is contained in:
parent
1d2535dbb0
commit
049765a54a
@ -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…
x
Reference in New Issue
Block a user