←
EndPackage
→
System`Private`$ContextPathStack
/
Reference of Built-in Symbols
/
Scoping Constructs
/
Module
WMA link
Module
[{
vars
},
expr
]
localizes variables by giving them a temporary name of the form
name$number
, where number is the current value of
$ModuleNumber
. Each time a module is evaluated,
$ModuleNumber
is incremented.
←
EndPackage
→
System`Private`$ContextPathStack