Re: Is there ever a case where two consecutive commas in not an error?
- To: mathgroup at smc.vnet.net
- Subject: [mg130277] Re: Is there ever a case where two consecutive commas in not an error?
- From: W Craig Carter <ccarter at MIT.EDU>
- Date: Sun, 31 Mar 2013 03:13:50 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <329918.4054.1364630869571.JavaMail.root@m06> <000001ce2d3e$3926f600$ab74e200$@comcast.net>
Thank you David, You are right. I thought of another case last night where the double comma is not an error. But, this one does show error highlighting in half the cases, but none of which are errors GraphicsGrid[ { {Graphics[Disk[]], , Graphics[Circle[]]}, {, , Graphics[Rectangle[]]} } ] (*I get the first comma in the second list highlighted with my global preferences*) I think the highlighting as a "suspected" error is useful. I like your iMap! Craig W Craig Carter Professor of Materials Science, MIT On Mar 30, 13, at 8:00 AM, djmpark wrote: > << Presentations` > > iSum[a[i], {i, 1, 2, , n}] > a[1] + a[2] + \[CenterEllipsis] + a[n] > > iSum[a[i], {i, 1, 2, , k, Null}] > a[1] + a[2] + \[CenterEllipsis] +a[k] + \[CenterEllipsis]