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-004.awk
4 lines
97 B
Awk
Raw
Normal View
History
Unescape
Escape
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
# A function and a named variable cannot have the same name.
fixed a bug of not checking a function name against named variables
2009-06-28 06:42:53 +00:00
function
a
(
)
{
}
BEGIN
{
a
=
20
;
}
Reference in New Issue
Copy Permalink