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