Create a multiline !define.
## Declaration
Var /GLOBAL NULL
!define NULL `$NULL\\R\\NStrCpy $NULL 0`
## Example
Pop ${NULL}
DetailPrint $NULL
## Becomes
Pop $NULL
StrCpy $NULL 0
DetailPrint $NULL At the moment this doesn't appear possible without building my own processor. The idea is an interesting whimsy and I thought I'd share in the hopes that the concept can be discussed. This might make for some interesting macros in the future if implemented. Request Ticket