*** empty log message ***
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
global x, j;
|
||||
//global x, j;
|
||||
|
||||
func func1 (x)
|
||||
{
|
||||
@ -11,6 +11,8 @@ BEGIN
|
||||
idx="abc";
|
||||
x[idx] = 12345;
|
||||
i = x[idx];
|
||||
x["1"] = 1;
|
||||
x["2"] = 2;
|
||||
|
||||
func1 (x);
|
||||
k = x[idx];
|
||||
|
Reference in New Issue
Block a user