Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lanl!jlg From: jlg@lanl.gov (Jim Giles) Newsgroups: comp.lang.c Subject: Re: Optional semi-colons Message-ID: <12937@lanl.gov> Date: 1 May 89 16:15:53 GMT References: <10531@megaron.arizona.edu> Organization: Los Alamos National Laboratory Lines: 12 From article <10531@megaron.arizona.edu>, by mike@arizona.edu (Mike Coffin): > [...] > I think the moral is that a little redundancy is a good thing. If you > don't like semicolons, add redundancy somewhere else. For instance, > have newlines mark the end of statements unless an explicit > continuation mark appears, as in Fortran. Personally, I think that > "..." on the end of a continued statement would look nice. This is, what I have been recommending all along! Actually, I don't want to eliminate semicolons - I just want the end-of-line to be an alias for semicolons. That way, the semicolons are optional after the last (and usually only) statement of each line.