Hi Isaac, On Sun, Sep 13, 2009 at 11:24 AM, Isaac Freeman <memotype at gmail.com> wrote: > Specifically I'm looking to expand a macro to > multiple, distinct, top-level (define)'s. Try expanding into a BEGIN: (begin (define ...) (define ...) ...) Good luck! -Ben