Tags
There are no tags for this page.
Attachments
Perl 6
WITCH littleq
Mnemonics
"quote"
- used for various things related to quoting
Used alone
q is short for Q:q (see below)
Operators containing this character
qq is short for Q:qq (see below)
qw qc etc. are short for Q:w Q:c and so on
As an adverb
:q causes general quote operators to behave like '
:qq is a bundle of adverbs :s, :a, :h, :f, :c, :b for general quote operators (behave like ")
Other Uses
\q in an interpolated string allows nesting of general quote operators
Old, deprecated, or other language uses
\q is an old, deprecated sprintf format argument
|