Hi Alex,

> BTW, I think using 'here' you can achieve something similar, but without
> any danger of conflict:
>
> =A0 (out "t.html" (here))
> =A0 <html><body style=3D"background-color:#EEE">
> =A0 <div class=3D"xxx">
> =A0 </div>
> =A0 </body></html>

But what if we want to mix it with expressions?

   (let (Clr "#EEE"  Cls "xxx")
      (pack {$<html><body style=3D"background-color:$} Clr {$">
         <div class=3D"$} Cls {$">
         </div>
         </body></html>$} ))

Best regards,
KS
-- 
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe

Reply via email to