首页 > 其他 > 详细

uplevel

时间:2014-10-04 12:17:56      阅读:257      评论:0      收藏:0      [点我收藏+]

uplevel - Execute a script in a different stack frame

 

 suppose that procedure a was invoked from top-level, and that it called b, and that b called c. Suppose that c invokes the uplevel command.  If level is 1 or #2  or omitted, then the command will be executed in the variable context of b.  If level is 2 or #1 then the command will be executed in the variable context of a. If level is 3 or #0 then the command will be executed at top-level (only global variables will be visible).

uplevel

原文:http://www.cnblogs.com/greencolor/p/4005781.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!