Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio Reference > Compiler > Compiler History |
EiffelStudio |
Major changes between ISE Eiffel 5.3 and ISE Eiffel 5.4 |
sleep (m: INTEGER) is external "C blocking" endNot doing it could generate dead-lock during the execution of a multithreaded system.
td: TUPLE [DOUBLE] ti: TUPLE [INTEGER] td := tiThe warning will help you correct code using this pattern, because in the next release this will be rejected in order to conform to the Eiffel language specification.
l_time: TIME_SPAN print (l_time.total_milliseconds.out)
Copyright 1993-2006 Eiffel Software. All rights reserved. |