Function prototype: Difference between revisions

Content added Content deleted
mNo edit summary
Line 260: Line 260:


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
{{incorrect|Common Lisp|None of this is related to function prototypes.}}
The [http://www.lispworks.com/documentation/HyperSpec/Body/03_da.htm ''lambda list''] is part of the function definition. It describes the arguments to a function.
The [http://www.lispworks.com/documentation/HyperSpec/Body/03_da.htm ''lambda list''] is part of the function definition. It describes the arguments to a function.