fixed bugs of not handling <NL> properly in local/global variable declarations.
This commit is contained in:
3
qse/regress/awk/lang-001.awk
Normal file
3
qse/regress/awk/lang-001.awk
Normal file
@ -0,0 +1,3 @@
|
||||
# cannot use function name as a parameter name
|
||||
function f(f) { print f; }
|
||||
BEGIN { f("hello"); }
|
Reference in New Issue
Block a user