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

2006-08-07 Thread larry
Author: larry Date: Mon Aug 7 12:38:13 2006 New Revision: 10678 Modified: doc/trunk/design/syn/S02.pod Log: Gah, would help if I actually thought about these things before committing... Modified: doc/trunk/design/syn/S02.pod

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

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