~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/mdim2.awk

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BEGIN {
2
 
        p(a[0])
3
 
        print a[0][0]
4
 
}
5
 
 
6
 
function p(f)
7
 
{
8
 
        f[0] = 1
9
 
}