Mathematica 9 is now available

BeginPackage

Usage

BeginPackage["context`"] makes context` and System` the only active contexts.
BeginPackage["context`", {" `", " `", ... }] calls Needs on the  .


Notes

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 also: EndPackage.
• New in Version 1.


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.