Recovered from cvs revision 2007-04-30 05:47:00
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
|
||||
global abc;
|
||||
|
||||
func abc ()
|
||||
{
|
||||
local abc;
|
||||
|
||||
abc = 20;
|
||||
print abc;
|
||||
abc ();
|
||||
}
|
||||
|
||||
BEGIN {
|
||||
abc ();
|
||||
}
|
Reference in New Issue
Block a user