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
b6a27d2978
qse
/
regress
/
awk
/
lang-023.awk
8 lines
53 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
BEGIN
{
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
@local
a
;
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
a
=
21
;
print
a
>
20
?
1
2
;
}
Reference in New Issue
Copy Permalink