mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
avoid ! in table, replaced by html ! , and put it outside <code> for now.
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@2165 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_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:link_title|ECMA-367 vs implementation]]
|
||||
[[Property:weight|-10]]
|
||||
@@ -116,10 +118,10 @@ for free operator names
|
||||
| Yes
|
||||
|-
|
||||
| Bang-bang syntax
|
||||
| <code>!! a</code><br/>
|
||||
<code>!! a.make</code><br/>
|
||||
<code>!B! a</code><br/>
|
||||
<code>!B! a.make</code>
|
||||
| !! a<br/>
|
||||
!! a.make<br/>
|
||||
!B! a<br/>
|
||||
!B! a.make
|
||||
| Yes
|
||||
| No
|
||||
| Yes, marked as obsolete
|
||||
|
||||
Reference in New Issue
Block a user