Block
Usage Message: Block[{x, y, ... }, expr] specifies that expr is to be evaluated with local values for the symbols x, y, ... . Block[{x = x0, ... }, expr] defines initial local values for x, ... . Attributes[Block] = {HoldAll, Protected} Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Block.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Block.html
Questions or comments? Send email to support@wolfram.com.
| |