Thanks! Looks like a solution.
On Tuesday, November 3, 2015 at 2:10:09 PM UTC, Yichao Yu wrote: > > On Tue, Nov 3, 2015 at 8:40 AM, <[email protected] <javascript:>> wrote: > > I can't work out the syntax for creating symbols and assigning values to > the > > variables in a loop. Here's a simple example: > > You can only do this in global scope and you need to do this with > `eval`. (Since you are basically creating an expression at runtime to > execute). > >
