changed order in LIST, ReadString from InOut still did not work right
This commit is contained in:
parent
dfa4f3f011
commit
227e8dfd75
@ -316,6 +316,7 @@ IMPLEMENTATION MODULE InOut ;
|
||||
IF NOT Done THEN
|
||||
RETURN;
|
||||
END;
|
||||
UnRead(ch);
|
||||
REPEAT
|
||||
Read(ch);
|
||||
termCH := ch;
|
||||
|
||||
@ -15,9 +15,9 @@ Conversion.mod
|
||||
Semaphores.mod
|
||||
random.mod
|
||||
Strings.mod
|
||||
Arguments.c
|
||||
catch.c
|
||||
Traps.mod
|
||||
Arguments.c
|
||||
LtoUset.e
|
||||
StrAss.c
|
||||
absd.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user