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
/
shadowbuiltin.awk
blob: 3ae2172524194d557c4cd2f4b6df6e0ff7f1b126 (
plain
)
1
2
3
4
5
6
7
8
9
10
function foo
(
gensub
)
{
print
gensub
print
lshift
(
1
,
1
)
}
BEGIN
{
x
=
5
foo
(
x
)
}