mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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:
@@ -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.:
|
||||||
|
|||||||
Reference in New Issue
Block a user