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
/
uninit3.awk
blob: d0140d5495061b91731890258484c5157770f361 (
plain
)
1
2
3
4
5
6
7
function f
(
x
)
{
print
x
}
BEGIN
{
f
(
x
)
}