[cl-who-devel] dolist

Haris Bogdanovich fbogdanovic at xnet.hr
Tue Feb 28 14:22:01 UTC 2012


Hi.

This is my code:

(defun index ()
  (with-html-output-to-string (*standard-output* nil :prologue t)
    (:html
     (:head)
     (:body
      (:select
       (dolist (var '("citroen" "volvo" "audi"))
         (format nil ("(:option %s" var))))))))

I get error:
 Funny car of form: "(:option %s
What's wrong ?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-who-devel/attachments/20120228/8bd55553/attachment.html>


More information about the Cl-who-devel mailing list