(macro-no-op)
F

Suppresses macro expansion.

When macro-no-op is evaluated, macro expansion is cancelled for the form which is currently being expanded, and no further macro expanders will be called for that form. The form's arguments are still expanded as normal.

It's an error if macro-no-op is called outside of a macro expander.

yield
defer