index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
uninit2.awk
blob: 9ded5575a074c0c05007407d03c4ffcbdbf85c41 (
plain
)
1
2
BEGIN
{
a
=
a
+
1
;
x
=
a
;
print
a
}
BEGIN
{
++
b
;
x
=
b
;
print
b
}