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

Reply via email to