[[Property:title|Argument list]] [[Property:weight|2]] [[Property:uuid|f2d63c29-6be2-b3d9-a735-b18e08c5a678]] 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. }}
set_name (s: STRING)
do
end