[cl-who-devel] dolist

Jens Teich info at jensteich.de
Tue Feb 28 14:56:10 UTC 2012


Am 28.02.12 15:22, schrieb Haris Bogdanovich:
> 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

last line

(htm (:option (str var))))))




More information about the Cl-who-devel mailing list