diff --git a/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki b/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki index 4857f79a..972b630a 100644 --- a/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki +++ b/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki @@ -258,6 +258,7 @@ As we traverse the list we would use assignment attempt to try to attach each The '''attached syntax''' allows us to check both attached status and type, and provides us with a fresh local variable when appropriate: @@ -271,6 +272,7 @@ The '''attached syntax''' allows us to check both attached status and type, and print (l_my_rectangle.diagonal) print ("%N") end + my_polygons.forth end As with the other examples of the '''attached syntax''', it is no longer necessary to make a declaration for the local variable, in this case l_my_rectangle.