|
Perl 6
WITCH hack: Revision 9
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. When used in a Signature
\ before a sigilless name is a parcel binding. 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 |