Last Friday of each month: Difference between revisions

Content added Content deleted
(→‎{{header|Common Lisp}}: Add implementation.)
Line 378: Line 378:
=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
{{works with|CLISP}}
{{works with|CLISP}}
The command-line argument processing is the only `CLISP`-specific code.
The command-line argument processing is the only CLISP-specific code.


<lang lisp>(defun friday-before (year month day)
<lang lisp>(defun friday-before (year month day)