In many programming languages one can define a namespace
with namespace abc
How can the similar be done in Mathematica? The Module and Block commands, can somewhat mimick this, but it is only in the command, it doesn't act as a definition.
How can this be done in Mathematica?
Context. – b.gates.you.know.what Sep 24 '13 at 07:38mass=2, bmass=3. Is there any way to define a block, where everything inside inherits that context? – Oskar Sep 24 '13 at 07:53BeginandEndin aModulewithout great care; see: (8295) – Mr.Wizard Sep 24 '13 at 07:59