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
cd83a1a29e
qse
/
regress
/
awk
/
lang-009.awk
12 lines
83 B
Awk
Raw
Normal View
History
Unescape
Escape
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
function
a
(
a
)
{
print
a
;
}
fixed bugs of not handling <NL> properly in local/global variable declarations.
2009-06-27 20:50:54 +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
;
fixed bugs of not handling <NL> properly in local/global variable declarations.
2009-06-27 20:50:54 +00:00
a
=
20
;
}
END
{
a
(
1000
)
;
}
Reference in New Issue
Copy Permalink