Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 523 Bytes

File metadata and controls

42 lines (23 loc) · 523 Bytes

Begin

Begin("<context-name>")

start a new context definition

Examples

>> Begin("mytest`") 

>> Context()
mytest`

>> $ContextPath
{System`,Global`}

>> End()
mytest`

>> Context()
Global`

>> $ContextPath
{System`,Global`}

Implementation status

  • ✅ - full supported

Github