|
Perl 6
WITCH hack: Revision 6
Mnemonics"backslash", "escape", "hack"
When used inside a regular expression\ in front of any character will change it from a metacharacter to a literal, or visa versa. Operators containing this characterModifying a reduction operator such as [\+] (modification of [+]) creates a lazy feed of intermediary results.. Other Uses
unary \ as a noun in front of an argument or arguments creates a Capture |