deleted debugging writes
This commit is contained in:
parent
b24e6763c3
commit
017871b025
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue