Home
Manpages
About
(root)/
gawk-5.2.2/
test/
arysubnm.awk
BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }