Home
Manpages
About
(root)/
gawk-5.2.2/
test/
uninit2.awk
BEGIN { a = a + 1; x = a; print a} BEGIN { ++b; x = b; print b}