Is there ever a case where two consecutive commas in not an error?
- To: mathgroup at smc.vnet.net
- Subject: [mg130257] Is there ever a case where two consecutive commas in not an error?
- From: W Craig Carter <ccarter at MIT.EDU>
- Date: Sat, 30 Mar 2013 04:07:16 -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
Hello,
I am wondering if there is ever a case where ",," is not an error.
For example, I make syntax errors like this:
Plot[x,{x,0,1},ImageSize->Large,BaseStyle->Large,PlotRange->{All,{0,2}},,PlotLabel->"label",Epilog->Line[{{0,0},{1,.5}}]]
very often, and searching for them would be easier with highlighting.
If ",," is never not an error, shouldn't it be a candidate for error syntax highlighting?
(or, If ",," is always an error, it should be a candidate for error syntax highlighting)
Craig Carter