let-id-macro

[syntax] let-id-macro ((name exp) ...) body ...

Chicken, MzScheme: locally binds identifier macros; every occurrence of name in body is substituted for exp. See also define-id-macro.