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
/
inpref.awk
blob: d64ffe7f66a0e5de0346b835e15e6951881d5fa7 (
plain
)
1
2
3
4
5
6
7
8
9
function test
(
x
)
{
print
x
getline
print
x
}
{
test
(
$0
)
}