fix in writing of prompt

This commit is contained in:
ceriel 1988-03-15 13:48:56 +00:00
parent 628b9699e8
commit bda28533c5

View file

@ -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;