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
/
aryprm1.awk
blob: e5bb9915bd7200d68cf730c52591c1cacb3bf670 (
plain
)
1
2
3
4
5
6
7
8
9
function f
(
a
)
{
if
(
3
in
a
)
print
7
a
=
5
}
BEGIN
{
f
(
arr
)
}