Isn't this what POD is for?
--
Mark Biggar
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-------------- Original message ----------------------
From: "Ruud H.G. van Tol" <[EMAIL PROTECTED]>
> Perl6 could introduce (lexical, nestable) comment scope.
>
> Has that been discussed before?
>
>
> Maybe like:
>
> #<<#EOC
> # a comment line
> # another comment line
>
> <code>
>
> #EOC
>
>
> Or like:
>
> #{#
> # first comment line
> # next comment line
>
> <code>
>
> # last comment line
> #}#
>
>
> Or POD-ish.
>
> --
> Groet, Ruud