perl6-language
[Top] [All Lists]

Re: [svn:perl6-synopsis] r14573 - doc/trunk/design/syn

To: larry@cvs.perl.org, Perl6 <perl6-language@perl.org>
Subject: Re: [svn:perl6-synopsis] r14573 - doc/trunk/design/syn
From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
Date: Fri, 8 Aug 2008 12:51:52 -0400
Delivered-to: mailing list perl6-all@perl.org
Delivered-to: perl6-all-poster@perl.org
Delivered-to: mailing list perl6-language@perl.org
Delivered-to: perl6-language@perl.org
In-reply-to: <20080808145913.A9D29CB9DD@x12.develooper.com>
List-help: <mailto:perl6-all-help@perl.org>
List-id: <perl6-all.perl.org>
List-id: <perl6-language.perl.org>
List-post: <mailto:perl6-all@perl.org>
List-subscribe: <mailto:perl6-all-subscribe@perl.org>
List-unsubscribe: <mailto:perl6-all-unsubscribe@perl.org>
Mailing-list: contact perl6-all-help@perl.org; run by ezmlm
References: <20080808145913.A9D29CB9DD@x12.develooper.com>

On 2008 Aug 8, at 10:59, larry@cvs.perl.org 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] allbery@kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH



<Prev in Thread] Current Thread [Next in Thread>