WLJS LogoWLJS Notebook

End

End[] returns the present context, and reverts to the previous one.

Examples

End a private context:

Begin["MyPackage`Private`"];
(* define private functions *)
End[]
(* "MyPackage`Private`" *)

Please visit the official Wolfram Language Reference for more details.

On this page