Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak Q intro
  • Loading branch information
Mouq committed Apr 21, 2014
1 parent 5d54887 commit 0828aed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/terms.pod
Expand Up @@ -105,9 +105,13 @@ list, or several quoting constructs
=head2 The Q Lang
Quoting constructs make up a sub-language of Perl 6, which are based on
C<Q>, the simplest form, usable via the shortcut C<「…」>, or via C<Q>
followed by any pair of delimiters surrounding your text.
Strings are usual represented in Perl 6 using some form of quoting
construct. The most minimalistic of these is C<Q>, usable via the
shortcut C<「…」>, or via C<Q> followed by any pair of delimiters
surrounding your text. Most of the time, though, the least you'll need
is C<'…'> or C<"…">, described in more detail in the next sections.
=head Literal strings: Q
Q[A literal string]
「More plainly.」
Expand Down

0 comments on commit 0828aed

Please sign in to comment.