expect. You can do this more simply: (define *subnamespace* (inlet :nested-curlet (inlet :nested 1)))
and to print it: (display (*subnamespace* :nested-curlet)) which gives: (inlet 'nested 1) and similarly with (format #f "~S" (*sub...)) _______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
