This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
qse
Watch
1
Star
0
Fork
0
You've already forked qse
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f858485661
qse
/
ase
/
test
/
awk
/
err-011.awk
14 lines
81 B
Awk
Raw
Normal View
History
Unescape
Escape
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
Recovered from cvs revision 2007-11-14 08:31:00
2007-11-14 17:37:00 +00:00
function
abc
(
x
)
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
{
local
x
;
x
=
20
;
print
x
;
abc
(
)
;
}
BEGIN
{
abc
(
)
;
}
Reference in New Issue
Copy Permalink