Re: making mutliple list in one line
- To: mathgroup at smc.vnet.net
- Subject: [mg78592] Re: [mg78566] making mutliple list in one line
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 5 Jul 2007 03:57:46 -0400 (EDT)
- Reply-to: hanlonr at cox.net
a = b = c = Range[x]; Bob Hanlon ---- "JGBoone at gmail.com" <JGBoone at gmail.com> wrote: > is there a way to make mutliple lists on one line of command? > i am writing 3 lines like so > a=Range[x] > b=Range[x] > c=Range[x] > and want to make it into one line > > > thanks > >