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 "@"}
/list "&@@"(pat)
Submit feedback about this site to: