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
602be420ee
qse
/
ase
/
cmd
/
awk
/
err-010.awk
16 lines
99 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
global
abc
;
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
abc
;
abc
=
20
;
print
abc
;
abc
(
)
;
}
BEGIN
{
abc
(
)
;
}
Reference in New Issue
Copy Permalink