Create a file: Difference between revisions

→‎Common Lisp: missing </lang>.
(→‎Common Lisp: missing </lang>.)
Line 159:
 
On the other hand, if you may depend on the platform's pathname syntax then shorter notation may be used:
<lang lisp>(mapcar #'ensure-directories-exist '(#p"docs/" #p"/docs/")))</lang>
 
=={{header|D}}==