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-006.awk
6 lines
99 B
Awk
Raw
Normal View
History
Unescape
Escape
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
#
# a global variable can not have the same name as a function name
#
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
a
;
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
function
a
(
)
{
}
Reference in New Issue
Copy Permalink