mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
simplified bracket expression formatting
Updated wikipage Differences between standard ECMA-367 and Eiffel Software implementation. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2166 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[[Property:modification_date|Tue, 09 Jul 2019 09:46:53 GMT]]
|
[[Property:modification_date|Tue, 09 Jul 2019 09:52:07 GMT]]
|
||||||
[[Property:publication_date|Tue, 09 Jul 2019 09:46:53 GMT]]
|
[[Property:publication_date|Tue, 09 Jul 2019 09:46:53 GMT]]
|
||||||
[[Property:title|Differences between standard ECMA-367 and Eiffel Software implementation]]
|
[[Property:title|Differences between standard ECMA-367 and Eiffel Software implementation]]
|
||||||
[[Property:link_title|ECMA-367 vs implementation]]
|
[[Property:link_title|ECMA-367 vs implementation]]
|
||||||
@@ -198,13 +198,13 @@ reattachment
|
|||||||
| Yes
|
| Yes
|
||||||
|-
|
|-
|
||||||
| Assigner call
|
| Assigner call
|
||||||
| <code>x</code> <code>[</code><code>i</code><code>]</code> <code>:=</code> <code>x</code> <code>[</code><code>i</code><code>]</code> <code>+</code> <code>1</code>
|
| <eiffel>x [i] := x [i] + 1</eiffel>
|
||||||
| No
|
| No
|
||||||
| Yes
|
| Yes
|
||||||
| Yes
|
| Yes
|
||||||
|-
|
|-
|
||||||
| Bracket expression as call target
|
| Bracket expression as call target
|
||||||
| <code>x</code> <code>[</code><code>i</code><code>]</code><code>.</code><eiffel>update</eiffel>
|
| <eiffel>x [i].update</eiffel>
|
||||||
| No
|
| No
|
||||||
| No
|
| No
|
||||||
| Yes
|
| Yes
|
||||||
|
|||||||
Reference in New Issue
Block a user