Re: silly question: prefix vs postfix ops

Hans-Peter Diettrich <DrDiettrich1@aol.com>
Thu, 06 Mar 2008 14:28:53 +0100

          From comp.compilers

Related articles
[4 earlier articles]
Re: silly question: prefix vs postfix ops haberg_20080207@math.su.se (Hans Aberg) (2008-03-03)
Re: silly question: prefix vs postfix ops marcov@stack.nl (Marco van de Voort) (2008-03-03)
Re: silly question: prefix vs postfix ops gah@ugcs.caltech.edu (glen herrmannsfeldt) (2008-03-04)
Re: silly question: prefix vs postfix ops dot@dotat.at (Tony Finch) (2008-03-04)
Re: silly question: prefix vs postfix ops rpboland@gmail.com (Ralph Boland) (2008-03-04)
Re: silly question: prefix vs postfix ops alexc@TheWorld.com (Alex Colvin) (2008-03-05)
Re: silly question: prefix vs postfix ops DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-03-06)
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@aol.com>
Newsgroups: comp.compilers
Date: Thu, 06 Mar 2008 14:28:53 +0100
Organization: Compilers Central
References: 08-03-012 08-03-015 08-03-030
Keywords: syntax
Posted-Date: 06 Mar 2008 16:47:01 EST

Alex Colvin wrote:


> As to whether array indexing is prefix or postfix, remember that in C,
> indexing is commutative
> a[i] == i[a]


what's only a different notation of the basic
      (a+i)* == (i+a)*


DoDi



Post a followup to this message

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