mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Update wikipage Major changes between ISE Eiffel 15.12 and ISE Eiffel 16.05. (Signed-off-by:jocelyn).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1571 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -15,7 +15,7 @@ This is achieved as follows:
|
|||||||
# At routine end Result is required to be set if it is of a type that requires initialization.
|
# At routine end Result is required to be set if it is of a type that requires initialization.
|
||||||
|
|
||||||
The change allows dropping explicit detachable marks in local declarations and simplifying the code that uses Result, e.g.
|
The change allows dropping explicit detachable marks in local declarations and simplifying the code that uses Result, e.g.
|
||||||
<eiffel>
|
<code>
|
||||||
foo: X
|
foo: X
|
||||||
local
|
local
|
||||||
r: detachable X
|
r: detachable X
|
||||||
@@ -35,7 +35,7 @@ The change allows dropping explicit detachable marks in local declarations and s
|
|||||||
Result := something_else_attached
|
Result := something_else_attached
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
</eiffel>
|
</code>
|
||||||
|
|
||||||
into
|
into
|
||||||
<code>
|
<code>
|
||||||
|
|||||||
Reference in New Issue
Block a user