mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
Something works:D
This commit is contained in:
parent
1f1763abff
commit
173fd486fe
7 changed files with 80 additions and 64 deletions
|
|
@ -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("-"); *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue