This commit is contained in:
15
ase/cmd/awk/err-010.awk
Normal file
15
ase/cmd/awk/err-010.awk
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
global abc;
|
||||
|
||||
function abc ()
|
||||
{
|
||||
local abc;
|
||||
|
||||
abc = 20;
|
||||
print abc;
|
||||
abc ();
|
||||
}
|
||||
|
||||
BEGIN {
|
||||
abc ();
|
||||
}
|
||||
Reference in New Issue
Block a user