Variables generated in Modules currently begin with #. They should be easier to work with. Perhaps a!1, a!2, etc.
Also, Mathematica allows assigning to these variables before they are "generated". Eg c$2 = 1 will assign to the Module-local variable before the Module is called the second time.
Variables generated in Modules currently begin with
#
. They should be easier to work with. Perhapsa!1
,a!2
, etc.Also, Mathematica allows assigning to these variables before they are "generated". Eg
c$2 = 1
will assign to the Module-local variable before the Module is called the second time.See #162