码迷,mamicode.com
首页 > 其他好文 > 详细

uplevel

时间:2014-10-04 13:49:46      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:os   ar   strong   sp   c   on   r   bs   as   

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

标签:os   ar   strong   sp   c   on   r   bs   as   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!