subscripted local variables?
- To: mathgroup at smc.vnet.net
- Subject: [mg80627] subscripted local variables?
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Sun, 26 Aug 2007 23:25:03 -0400 (EDT)
What is the recommended way of declaring subscripted local variables? For instance the following is an error in Mathematica 6.0 Module[{Subscript[x, a]}, Subscript[x, a] = 5]