Update wikipage Major changes between ISE Eiffel 5.5 and ISE Eiffel 5.6. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1924 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2017-10-31 20:22:11 +00:00
parent e0073d0cd3
commit 82711cc5dc

View File

@@ -8,7 +8,9 @@
* Implemented once manifest strings. They can be used at the same places where normal manifest strings can be used, e.g.: * Implemented once manifest strings. They can be used at the same places where normal manifest strings can be used, e.g.:
<code>s := once "abc" <code>s := once "abc"
io.put_string (once "Hello World!")</code> io.put_string (once "Hello World!")</code>
Once manifest strings are not created every time they are accessed. Instead one instance is created at the first access and then it is reused for subsequent accesses.==What's new== Once manifest strings are not created every time they are accessed. Instead one instance is created at the first access and then it is reused for subsequent accesses.
==What's new==
{{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }} {{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }}
* Implemented once manifest strings. They can be used at the same places where normal manifest strings can be used, e.g.: * Implemented once manifest strings. They can be used at the same places where normal manifest strings can be used, e.g.: