mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Output of S.s when there was no text scanned was garbage
This commit is contained in:
parent
163102bd19
commit
289c154f46
2 changed files with 0 additions and 5 deletions
|
|
@ -22,7 +22,6 @@ BEGIN
|
|||
(* Getting 1 argument and outputting it *)
|
||||
Texts.OpenScanner(S, Oberon.Par.text, Oberon.Par.pos);
|
||||
Texts.Scan(S);
|
||||
Out.String(S.s); Out.Ln;
|
||||
|
||||
command := S.s;
|
||||
|
||||
|
|
|
|||
|
|
@ -62,11 +62,7 @@ BEGIN
|
|||
LogNormalized(sec, 2);
|
||||
Out.String(" :- ");
|
||||
FOR i := 0 TO Strings.Length(buff) - 1 DO
|
||||
(* Out.Char(" ");
|
||||
Out.Int(ORD(buff[i]), 4);
|
||||
Out.Char("-"); *)
|
||||
Out.Char(buff[i]);
|
||||
(* Out.Char(" ");Out.Char(" ");Out.Char(" "); *)
|
||||
END;
|
||||
Out.Ln;
|
||||
END Log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue