2 // Nested anonymous methods and capturing of variables test
10 public static int Main ()
15 Console
.WriteLine ("J should be 101= {0}", j
);
18 Console
.WriteLine ("OK");
32 Console
.WriteLine ("Inside d");
34 Console
.WriteLine ("Inside e");
36 Console
.WriteLine ("j={0} l={1} b={2}", j
, l
, b
);
39 Console
.WriteLine ("Calling d");