Controlling Expansion (DEFINE-!ENDDEFINE command)
!NOEXPAND
indicates that an argument should not be expanded when the macro
is called.
!NOEXPAND. Do not expand
the specified argument. !NOEXPAND
applies to a single argument and is useful only when a macro calls
another macro (embedded macros).