RE: [svn:perl6-synopsis] r10678 - doc/trunk/design/syn

2006-08-07 Thread Reed, Mark \(TBS\)
 You may interpolate a string into a package or variable name using
::($expr) where you'd ordinarily put a package or 
 variable name. The string is allowed to contain additional instances
of ::, which will be interpreted as package
 nesting. You may only interpolate entire names, since the construct
starts with ::, and either ends immediately or is
 continued with another :: outside the curlies.

What curlies?  All I see is parens...


RE: [svn:perl6-synopsis] r10678 - doc/trunk/design/syn

2006-08-07 Thread Reed, Mark \(TBS\)
Sorry, over-trimmage.  That's in S02. 

-Original Message-
From: Reed, Mark (TBS) 
Sent: Monday, August 07, 2006 4:28 PM
To: '[EMAIL PROTECTED]'; 'perl6-language@perl.org'
Subject: RE: [svn:perl6-synopsis] r10678 - doc/trunk/design/syn

 You may interpolate a string into a package or variable name using 
 ::($expr) where you'd ordinarily put a package or variable name. The 
 string is allowed to contain additional instances of ::, which will be

 interpreted as package nesting. You may only interpolate entire names,
since the construct starts with ::, and either ends immediately or is
continued with another :: outside the curlies.

What curlies?  All I see is parens...