xref: /original-bsd/old/dbx/tests/pc/arrays.in (revision f43fc9d7)
1whatis p.a
2stop at 12
3run
4print a
5print a[3], a[4], a[5]
6step
7step
8step
9step
10where
11print b, c
12print b[BLUE]
13