Re: PROTOPROPOSAL FOR NEW BACKSLASH was Re: implied pascal-like"with" or "express"
[email protected] (Bart Lateur)
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On Thu, 24 Aug 2000 02:02:06 +0200, Markus Peter wrote:
>$one{two\three\four} instead of $$$one{two}{three}{four}
Isn't that
$one{two}{three}{four}
--
Bart.