Macros
- All user defined macros use the
@
symbol. - Use
&
in front of a parameter to capture the variable and pass it by reference without having to explicitly use&
and pass a pointer.
@
symbol.&
in front of a parameter to capture the variable and pass it by reference without having to explicitly use &
and pass a pointer.