Log In
source-git
/
gawk
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
bd1f69ae0bb755a659e202e2307df310b3f1ff6b
bd1f69ae0bb755a659e202e2307df310b3f1ff6b
test
shadowbuiltin.awk
Fork and Edit
Blob
Blame
History
Raw
function foo(gensub) { print gensub print lshift(1, 1) } BEGIN { x = 5 foo(x) }