avoid ! in table, replaced by html &#33; , 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:
eiffel-org
2019-07-09 09:46:53 +00:00
parent 53dbe4bbca
commit 8baeefbb05

View File

@@ -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>
| &#33;&#33; a<br/>
&#33;&#33; a.make<br/>
&#33;B&#33; a<br/>
&#33;B&#33; a.make
| Yes
| No
| Yes, marked as obsolete