Re: Parenthesized Target Notation
Valéry Croizier <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Ian Elliott a écrit : > An example that does illustrate a necessary, i.e. not optional, > semicolon is: > > do > x := y; > (p + q).r > This one is optional : SE will compile the code with or without semicolon. Do other compilers behave differently ???