Author:halw

Date:2009-11-18T22:53:05.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@359 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-11-18 22:53:05 +00:00
parent 64500f901e
commit cc1f34d518
5 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Make sure that the Editing Tool is big enough to display the text of the class:
The Editing Tool hosts a text editor which you can use to change the class text. Here the routine <code>display</code> starts by outputting a simple message; let's precede it by another line of display to check that we affected the outcome. We'll want to add the following two lines just after the <code>do</code>, before the first two instructions of the routine:
<code>
io.put_string ("This is some more added text")
io.put_string ("THIS IS SOME ADDED TEXT")
io.new_line
</code>