|
Perl 6
WITCH hack: Revision 1
Mnemonics\ "escape", "hack" (used to hack around, or escape, special characters.) When used inside a regular expression\ in front of any character will change it from a metacharacter to a literal, or visa versa. Other Uses
\ in front of whitespace creates an unspace which is used to jam spaces in where they don't belong. |