mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
removed infix, prefix and indexing keywords
Updated wikipage ET: Lexical Conventions and Style Rules. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2250 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Wed, 01 Jul 2020 08:44:12 GMT]]
|
||||
[[Property:publication_date|Wed, 01 Jul 2020 08:44:12 GMT]]
|
||||
[[Property:title|ET: Lexical Conventions and Style Rules]]
|
||||
[[Property:weight|-2]]
|
||||
[[Property:uuid|60fdf029-8626-166d-cc4f-9069aacdda7f]]
|
||||
@@ -40,9 +42,9 @@ Successive declarations or instructions may be separated by semicolons. Eiffel's
|
||||
| <code>frozen</code>
|
||||
| <code>if</code>
|
||||
| <code>implies</code>
|
||||
| <code>indexing</code>
|
||||
| <del><code>indexing</code></del>
|
||||
|-
|
||||
| <code>infix</code>
|
||||
| <del><code>infix</code></del>
|
||||
| <code>inherit</code>
|
||||
| <code>inspect</code>
|
||||
| <code>invariant</code>
|
||||
@@ -56,7 +58,7 @@ Successive declarations or instructions may be separated by semicolons. Eiffel's
|
||||
| <code>old</code>
|
||||
| <code>once</code>
|
||||
| <code>or</code>
|
||||
| <code>prefix</code>
|
||||
| <del><code>prefix</code></del>
|
||||
|-
|
||||
| <code>Precursor</code>
|
||||
| <code>pure</code>
|
||||
@@ -75,6 +77,7 @@ Successive declarations or instructions may be separated by semicolons. Eiffel's
|
||||
| <code>undefine</code>
|
||||
|}
|
||||
|
||||
note: `infix`, `prefix` are not anymore reserved since version 19.12 , and `indexing` as well even before.
|
||||
|
||||
Since this tutorial has covered all the essential mechanisms, you may ignore the keywords not encountered; they are reserved for future use.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user