Home
Manpages
About
(root)/
gawk-5.2.2/
test/
mdim2.awk
BEGIN { p(a[0]) print a[0][0] } function p(f) { f[0] = 1 }