(root)/
gawk-5.2.2/
test/
opasnidx.awk
BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }