mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
Update: infix keyword is obsolete in EiffelStudio void-safety: attached by default for EiffelStudio
(commit by Conaclos) Added shortname as link_title for menu. git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1418 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[[Property:title|Differences between ETL 2nd printing and Eiffel Software implementation]]
|
||||
[[Property:link_title|]]
|
||||
[[Property:link_title|ETL 2nd printing vs implementation]]
|
||||
[[Property:weight|-9]]
|
||||
[[Property:uuid|fc1e73f4-5646-aa41-e7fe-97dc6f3ceb04]]
|
||||
{{seealso|See also: [[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[[Property:title|Differences between standard ECMA-367 and Eiffel Software implementation]]
|
||||
[[Property:link_title|ECMA-367 vs implementation]]
|
||||
[[Property:weight|-10]]
|
||||
[[Property:uuid|0eb58761-5b06-585f-ea92-cab2b8cd74b2]]
|
||||
"ETL 2" refers to the book "Eiffel: The Language" (2nd printing), published by Prentice Hall.
|
||||
@@ -32,7 +33,7 @@
|
||||
| <code>infix "+"</code>
|
||||
| Yes
|
||||
| No
|
||||
| Yes
|
||||
| Yes, marked as obsolete
|
||||
|-
|
||||
| Operator and bracket aliases
|
||||
| <code>add alias "+"</code>
|
||||
@@ -221,7 +222,7 @@ reattachment
|
||||
<code>b: detachable ANY</code>
|
||||
| No
|
||||
| Yes, attached by default
|
||||
| Yes, default attachment status is controlled by option ''is_attached_by_default''
|
||||
| Yes, attached by default
|
||||
|-
|
||||
| Object test
|
||||
| <code>attached {STRING} e as o</code>
|
||||
|
||||
Reference in New Issue
Block a user