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
/
prmarscl.awk
blob: 3caf3d9c7f779c9f9052bfd3115535dd259e1908 (
plain
)
1
2
3
4
5
6
function test
(
a
)
{
print
a
[
1
]
}
BEGIN
{
j
=
4
;
test
(
j
)
}