On 2008 Aug 8, at 10:59, [EMAIL PROTECTED] wrote:

Modified: doc/trunk/design/syn/S06.pod
=
=
=
=
=
=
=
=
======================================================================
--- doc/trunk/design/syn/S06.pod        (original)
+++ doc/trunk/design/syn/S06.pod        Fri Aug  8 07:59:12 2008
@@ -2490,10 +2490,10 @@
=head2 Quasiquoting

In aid of returning syntax tree, Perl provides a "quasiquoting"
-mechanism using the quote C<q:code>, followed by a block intended to
+mechanism using the quote C<quasi>, followed by a block intended to
represent an AST:

-    return q:code { say "foo" };
+    return quasi { say "foo" };

Modifiers to the C<:code> adverb can modify the operation:

Is that last now the quasi adjective?

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university    KF8NH


Reply via email to