Sum to 100: Difference between revisions

No change in size ,  5 years ago
→‎{{header|CommonLisp}}: Heading should be Common Lisp
(→‎{{header|CommonLisp}}: Heading should be Common Lisp)
Line 1,512:
 
 
=={{header|CommonLispCommon Lisp}}==
<lang lisp>(defun f (lst &optional (sum 100) (so-far nil))
"Takes a list of digits as argument"
Line 1,554:
 
The other subtasks are not yet implemented.
 
 
=={{header|D}}==
Anonymous user