deleted debugging writes
This commit is contained in:
parent
b24e6763c3
commit
017871b025
@ -256,8 +256,6 @@ IMPLEMENTATION MODULE InOut ;
|
|||||||
integ := int
|
integ := int
|
||||||
END;
|
END;
|
||||||
IF buf[index] > " " THEN
|
IF buf[index] > " " THEN
|
||||||
Write(buf[index]);
|
|
||||||
Write(termCH);
|
|
||||||
Traps.Message("illegal integer");
|
Traps.Message("illegal integer");
|
||||||
HALT;
|
HALT;
|
||||||
END;
|
END;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user