Comment (computer programming): Difference between revisions

Content deleted Content added
Examples: Move powershell to scripting section
Scripting: Combine perl and raku
Line 402:
</syntaxhighlight>
 
[[Raku (programming language)|Raku]] (previously called Perl 6) uses the same line comments and POD Documentation comments as regular [[Perl]], but adds a configurable block comment type: "multi-line / embedded comments".<ref name=perl6>
====Block in Raku====
[[Raku (programming language)|Raku]] (previously called Perl 6) uses the same line comments and POD Documentation comments as regular [[Perl]], but adds a configurable block comment type: "multi-line / embedded comments".<ref name=perl6>
{{cite web
| title = Perl 6 Documentation – Syntax (Comments)
Line 451 ⟶ 450:
"""Method docstring"""
</syntaxhighlight>
 
===By language===