Something works:D

This commit is contained in:
Ruben Shekspir 2019-05-11 21:51:55 +04:00
parent 1f1763abff
commit 173fd486fe
7 changed files with 80 additions and 64 deletions

View file

@ -61,7 +61,7 @@ BEGIN
Out.String("-");
LogNormalized(sec, 2);
Out.String(" :- ");
FOR i:=0 TO Strings.Length(buff) DO
FOR i := 0 TO Strings.Length(buff) - 1 DO
(* Out.Char(" ");
Out.Int(ORD(buff[i]), 4);
Out.Char("-"); *)