Re: Ignore break line sometimes

arnold@skeeve.com (Aharon Robbins)
Thu, 23 Feb 2012 21:51:46 +0000 (UTC)

          From comp.compilers

Related articles
[3 earlier articles]
Re: Ignore break line sometimes monnier@iro.umontreal.ca (Stefan Monnier) (2012-02-12)
Re: Ignore break line sometimes Pidgeot18@verizon.invalid (Joshua Cranmer) (2012-02-12)
Re: Ignore break line sometimes kaz@kylheku.com (Kaz Kylheku) (2012-02-13)
Re: Ignore break line sometimes bc@freeuk.com (BartC) (2012-02-14)
Re: Ignore break line sometimes genew@ocis.net (Gene Wirchenko) (2012-02-19)
Re: Ignore break line sometimes gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-02-20)
Re: Ignore break line sometimes arnold@skeeve.com (2012-02-23)
Re: Ignore break line sometimes jthorn@astro.indiana.edu (Jonathan Thornburg) (2012-02-27)
| List of all articles for this month |

From: arnold@skeeve.com (Aharon Robbins)
Newsgroups: comp.compilers
Date: Thu, 23 Feb 2012 21:51:46 +0000 (UTC)
Organization: A noiseless patient Spider
References: 12-02-010 12-02-017 12-02-023 12-02-024
Keywords: parse
Posted-Date: 23 Feb 2012 23:47:06 EST

glen herrmannsfeldt <gah@ugcs.caltech.edu> wrote:
>I believe that there are a few other languages with a similar
>continuation method. That is, if you end a statement in a legal
>end, no continuation is needed.


Awk is like this. You can continue after a comma, && or ||. Possibly
in other places too. You can supply semicolons to separate statements
on the same line, if you want.


It tends to work fairly naturally in awk, I rarely use \ to continue
onto the next line. :-)
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com
P.O. Box 354 Home Phone: +972 8 979-0381
Nof Ayalon Cell Phone: +972 50 729-7545
D.N. Shimshon 99785 ISRAEL



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.