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
/
aryprm6.awk
blob: b12b2782fda576c32b1338784ecbf625a8448b92 (
plain
)
1
2
3
4
5
6
7
function f
(
x
)
{
a x
[
1
]
=
3
}
BEGIN
{
f
(
a
)
}