On Thu, May 7, 2009 at 3:52 PM, Abdulaziz Ghuloum <[email protected]> wrote: > > (import (rnrs) (var)) > (var-set! 100) > (import (fetch))
I did not know you could intersperse import form with other expressions in scripts. Are you sure this is portable?
