Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 507 Bytes

File metadata and controls

34 lines (18 loc) · 507 Bytes

BeginPackage

BeginPackage("<context-name>")

start a new package definition

Examples

>> BeginPackage("Test`")

>> $ContextPath
{Test`,System`}

>> EndPackage( )

>> $ContextPath
{Test`,System`,Global`}

Implementation status

  • ✅ - full supported

Github