Re: comment scope

2006-03-15 Thread Damian Conway
Mark wrote: : What about : : =comment explain : The devil made me write this code : : =comment future : Add a :devil option : : =comment design : See www.dev.il/design/S25.pod : : =comment etc. etc. : >:-) In Perl 6 Pod, those are e

Re: comment scope

2006-03-15 Thread Larry Wall
On Wed, Mar 15, 2006 at 04:42:53PM +0100, Mark Overmeer wrote: : * Damian Conway ([EMAIL PROTECTED]) [060315 01:52]: : > That's why the general Perl 6 Pod syntax allows any block construct to be : > labelled: : > : > =begin comment (explanation) : > The devil made me write this code : >

Re: comment scope

2006-03-15 Thread Mark Overmeer
* Damian Conway ([EMAIL PROTECTED]) [060315 01:52]: > That's why the general Perl 6 Pod syntax allows any block construct to be > labelled: > > =begin comment (explanation) > The devil made me write this code > =end comment > > =begin comment (future implementation) > Add a :