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
qse
/
regress
/
awk
/
lang-018.awk
6 lines
38 B
Awk
Raw
Normal View
History
Unescape
Escape
changed the way to handle @words. switched global, local, reset, abort to @global, @local, @reset, @abort to avoid collision with existing awk programs
2012-11-20 14:44:43 +00:00
@global
ARGV
;
Recovered from cvs revision 2007-09-25 05:49:00
2007-09-25 20:25:00 +00:00
BEGIN
{
print
ARGC
;
}
Reference in New Issue
Copy Permalink