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
ba30f5cf12
qse
/
ase
/
cmd
/
awk
/
err-009.awk
20 lines
123 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
(
)
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
{
local
x
;
print
x
=
20
;
{
local
abc
;
abc
=
30
;
print
abc
;
abc
(
)
;
}
}
BEGIN
{
abc
(
)
;
}
Reference in New Issue
Copy Permalink