|
BeginPackage
BeginPackage["context`"] makes context` and System` the only active contexts.
BeginPackage["context`", " `", " `", ... ] calls Needs on the .
BeginPackage is typically used at the beginning of a Mathematica package.
BeginPackage resets the values of both $Context and $ContextPath.
The interpretation of symbol names depends on context. BeginPackage thus affects the parsing of input expressions.
See Section 2.7.10.
See also: EndPackage.
New in Version 1.
Further Examples
|