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