Front page | perl.perl6.language |
Postings from March 2006
comment scope
Thread Next
From:
Ruud H.G. van Tol
Date:
March 14, 2006 09:36
Subject:
comment scope
Message ID:
01e301c6478d$d35435b0$0b01a8c0@isolution.nl
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
Thread Next
-
comment scope
by Ruud H.G. van Tol