how to discard redundant ';'

2010-01-18 Thread Michael Chen
My grammar statement ends with a ';'. Even myself sometimes press the ';' multiple times. So definitely I need a way to silently ignore all redundant ';'. How to do it? Thanks. -- Best regards, Michael Chen Google Voice Phone.: 847-448-0647 ___ help-b

Re: how to discard redundant ';'

2010-01-18 Thread sandori
On Mon, Jan 18, 2010 at 04:21:45PM -0600, Michael Chen wrote: > My grammar statement ends with a ';'. Even myself sometimes press the > ';' multiple times. So definitely I need a way to silently ignore all > redundant ';'. How to do it? Thanks. Multiple ';'-s can be regarded as empty statements,