~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/dbugarray1.ok

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Starting program:
2
 
Program exited normally with exit value: 0
3
 
a = array, 2 elements
4
 
a["1"] = 1
5
 
a["2"] = 2
6
 
b = array, 2 elements
7
 
b["1"]["2"]["3"] = 123
8
 
b["2"]["2"]["3"] = 223