this = _level0
typeof this = movieclip
this = test
typeof this = string
In foo
this = _level0
typeof this = movieclip
this = 1234
typeof this = number
In nested
this = _level0
typeof this = movieclip
this = null
typeof this = null
Exit nested
this = 1234
typeof this = number
Exit foo
