This commit is contained in:
3
ase/cmd/awk/lang-004.awk
Normal file
3
ase/cmd/awk/lang-004.awk
Normal file
@ -0,0 +1,3 @@
|
||||
# A function and a named variable cannot have the same name.
|
||||
function a () { }
|
||||
BEGIN { a = 20; }
|
Reference in New Issue
Block a user