xref: /original-bsd/old/dbx/tests/pc/arrays.out (revision e59fb703)
1reading symbolic information ...
2(var parameter) a : IntArray;
3[1] stop at 12
4[1] stopped in p at line 12
5   12       a[3] := i;
6(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
73 4 5
8stopped in p at line 13
9   13       a[4] := j;
10stopped in p at line 14
11   14   end;
12stopped in program at line 21
13   21       b[BLUE] := 3;
14stopped in program at line 22
15   22       c := RED;
16program(), line 22 in "arrays.p"
17main(0x1, 0x7fffe7e4, 0x7fffe7ec) at 0xad
18(0, 3, 0) RED
193
20
21