|
Perl 6
WITCH lcurly: Revision 5
Mnemonics"code", "block", "enclose", "brace yourself"
Used as a brace pair or quote pair
{} creates a Closure When used inside regexes
{} within a rule institutes an "action"<> As an adverb{} can be used as parenthesisers in adverbs Old, deprecated, or other language uses{N,M} is used as a repeat count in many regular expression implementations. In Perl6 that is {N..M} |