&
Means Literal Match or Continue MPE Command
Ampersand (&) in a pattern-match string means to match the next character literally, even if it is an “@” or other character with pattern meaning:
/list "&@@"(pat)
{all lines starting with “@”}
In command files and UDCs, & is used at the end of lines to continue the command to the next line.