> that makes good sense. so in a single quote string you can have domains > of double quote behavior. That's it exactly. Very well expressed, thanks Uri. > now, what if the double quoted range had a \E in it? either directly or > via interpolation? maybe the end escape should be another char than \E? Make \E significant only where it's explicit. Also make \E signifcant only when \I is in effect. So to get the string '$$$$$$$$$interpolated\E\Einterpolated\E$$$$$$$$$$' we write: $x = 'interpolated\E'; $y = q{$$$$$$$$$\I$x\E\E\I$x\E$$$$$$$$$$}; Damian
- RFC 226 (v2) Selective interpolation in single quotish... Perl6 RFC Librarian
- Re: RFC 226 (v2) Selective interpolation in singl... Jarkko Hietaniemi
- Re: RFC 226 (v2) Selective interpolation in singl... Damian Conway
- Re: RFC 226 (v2) Selective interpolation in s... Jarkko Hietaniemi
- Re: RFC 226 (v2) Selective interpolation in s... Damian Conway
- Re: RFC 226 (v2) Selective interpolation ... Uri Guttman
- Re: RFC 226 (v2) Selective interpolation ... Damian Conway
- Re: RFC 226 (v2) Selective interpolat... Glenn Linderman
- Re: RFC 226 (v2) Selective interpolation in singl... Glenn Linderman
- Re: RFC 226 (v2) Selective interpolation in s... Philip Newton
- Re: RFC 226 (v2) Selective interpolation in s... Bart Lateur
- Re: RFC 226 (v2) Selective interpolation in singl... Philip Newton
- Re: RFC 226 (v2) Selective interpolation in singl... Andy Dougherty
- Re: RFC 226 (v2) Selective interpolation in s... Nathan Wiger
- Re: RFC 226 (v2) Selective interpolation ... Steve Fink
- Re: RFC 226 (v2) Selective interpolat... Bart Lateur
- Re: RFC 226 (v2) Selective interpolat... Michael Fowler