Class definition & global n.s. of containing block & new n.s. & \\
Function body & global n.s. of containing block & new n.s. & \\
String passed to \verb@exec@ statement
- & global n.s. of cobtaining block
+ & global n.s. of containing block
& local n.s. of containing block & (1) \\
String passed to \verb@eval()@
& global n.s. of caller & local n.s. of caller & (1) \\
Class definition & global n.s. of containing block & new n.s. & \\
Function body & global n.s. of containing block & new n.s. & \\
String passed to \verb@exec@ statement
- & global n.s. of cobtaining block
+ & global n.s. of containing block
& local n.s. of containing block & (1) \\
String passed to \verb@eval()@
& global n.s. of caller & local n.s. of caller & (1) \\