- Software Installation
- EiffelStudio How To's
- EiffelStudio: A Guided Tour
- EiffelStudio Reference
- EiffelStudio release notes
- EiffelStudio: General interface description
- Browsing tools
- EiffelStudio Editor
- Contract Editor tool
- EiffelStudio: Project settings window
- Compiler
- Debugger
- Error List Tool
- Diagram tool
- Metrics tool
- Console tool
- Outputs tool
- Eiffel Information System
- AutoTest
- Wizards and dialogs
- EiffelStudio Preferences
- Formatted information about compiled classes and features
- Beta documentation
Argument list
For functions and procedures, you can build a formal argument list. You can do this by clicking on the New argument button as many times as you need arguments.
Note: Even though this dialog always shows parentheses, if the list is empty, empty parentheses will not generated. In other words, the dialog will generate the correct Eiffel syntax.
Note: If you add arguments to a routine, it is not possible anymore to select routine type once.
For every attribute you selected, enter a name in the text box and a type using the type selection .
The code that is generated:
set_name (s: STRING) do end

