> Consider this (upcoming) Perl6 code: > > sub foo { > "Snarf the frobnitzers if x > 0.1"; > my $x = shift; > # ... > } Have you guys totally missed the discussions on multi-line comments? I argued for qc//, as in sub foo { qc(Snarf the frobnitzers if x > 0.1); my $x = shift; # ... } Please check out RFC 5 and its discussions in the archive. -- John Porter
- RFC 44 (v1) Bring Documentation Closer To Whatever I Perl6 RFC Librarian
- Re: RFC 44 (v1) Bring Documentation Closer To Wha... Ariel Scolnicov
- Re: RFC 44 (v1) Bring Documentation Closer To... Jarkko Hietaniemi
- Re: RFC 44 (v1) Bring Documentation Close... Ariel Scolnicov
- Re: RFC 44 (v1) Bring Documentation C... Jarkko Hietaniemi
- Re: RFC 44 (v1) Bring Documentat... Ariel Scolnicov
- John Porter