Another reason to use a "smart" editor (be it Emacs or a Vi descendant)?
Although, would "showmatch" have caught this? I think it would have seen the else as just an empty statement and passed on it. -- Robert G. Werner [EMAIL PROTECTED] 2001/9/11 The sooner you make your first 5000 mistakes, the sooner you will be able to correct them. -- Nicolaides On Thu, 21 Feb 2002, Matthew Byng-Maddick wrote: > On Sun, Feb 17, 2002 at 11:13:35AM -0800, Vicki Brown wrote: > > At 11:40 -0500 2/17/02, Ala Qumsieh wrote: > > > } else { > > > printf ORDER ("\n%4d %-50s %3.2f %3.2f\n", > > > } $quantity, $item, $price, $ext); > > > > Another reason to use Emacs :) > > :set showmatch ? > > MBM > >