Nested function: Difference between revisions

Content deleted Content added
Added Common Lisp
Line 84: Line 84:


(format t (my-make-list ". "))</lang>
(format t (my-make-list ". "))</lang>

''PS: A function named make-list is already defined in Common Lisp, see [http://www.lispworks.com/documentation/HyperSpec/Body/f_mk_lis.htm#make-list specification].''


=={{header|Fortran}}==
=={{header|Fortran}}==