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
/
fnarray.awk
blob: 92a18b98eab06b63cba9f416bc0af677e96a28b8 (
plain
)
1
2
3
4
5
6
7
function foo
(
N
)
{
return
0
}
BEGIN
{
Num
=
foo
[
c
]
}