Mathematica 9 is now available

StackInhibit

Usage

StackInhibit[expr] 不修改计算堆栈地计算 expr.


Notes

• 当使用Stack来查看计算堆栈时,你可以使用StackInhibit来防止出现在其"最内层"的计算.
StackInhibit 具有HoldFirst属性.
• 参见 Mathematica 全书: 2.5.11节.
• 同时参见: StackBegin.
Further Examples

StackInhibit prevents Print from being included on the stack.

In[1]:=  


StackBegin[expr] uses a fresh stack in the evaluation of expr.

In[2]:=  


Out[2]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.