Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 462 Bytes

File metadata and controls

33 lines (21 loc) · 462 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`}

Github