Yesterday I received the book Software Development Using Eiffel by Richard Wiener in the mail. This book was published in 1995 but the code looks more compatible with Eiffel Studio than the other book I am reading Object-Oriented Software Engineering With Eiffel by Jean-Marc Jézéquel.
Tonight I wrote a simple program to generate some HTML option tags for a select form element. I used an array of strings to experiment with Eiffel’s array class.