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:
eiffel-org
2019-07-09 09:52:07 +00:00
parent 8baeefbb05
commit f9be218127

View File

@@ -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:title|Differences between standard ECMA-367 and Eiffel Software implementation]]
[[Property:link_title|ECMA-367 vs implementation]]
@@ -198,13 +198,13 @@ reattachment
| Yes
|-
| 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
| Yes
| Yes
|-
| 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
| Yes