(48 . 7)(48 . 7)
40 X: Positive := 1;
41 begin
42 ToString(B, Bytes);
43 for C of S loop
44 for C of Bytes loop
45 V := Character'Pos(C);
46 S(I) := Hex_Digits(Integer(Shift_Right(V, 4) + 1));
47 I := I + 1;