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