The @scope{x} directive defines a local scope for macro definitions. x is macro expanded as if no @scope directive was defined. This is useful for limiting the scope of macros, to avoid accidental invocation outside their intended usage.
Before translation | After translation |
---|---|
|
|