[plt-scheme] Persisting multiple values with web-server

From: Don Felgar (dfelgar at rainier-infosys.com)
Date: Mon Jun 9 15:05:25 EDT 2003

Yes, that does work correctly.  Thank you!

On Mon, Jun 09, 2003, Noel Welsh wrote:
> Does this work?
> 
> (unit/sig () (import servlet^)
> 
>   (define-values (handle-request main-page)
>      (let ((eyes #f)
>            (hair #f))
>        (values ...))
> 
>   (let loop ...))
> 
> Noel
> 
> =====
> Email: noelwelsh <at> yahoo <dot> com
> Jabber: noelw <at> jabber <dot> org
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com


Posted on the users mailing list.