Comment (computer programming): Difference between revisions

Content deleted Content added
Block in Perl: shorten for brevity
Scripting: Clarify
Line 367:
===Scripting===
 
A pattern in many [[scripting language]]s is to delimit a line comment with <code>#</code>. and varying or no supportSupport for a block comment varies. Notable languages include: [[Bash (Unix shell)|Bash]], [[Raku (programming language)|Raku]], [[Ruby (programming language)|Ruby]], [[Perl]], [[Windows PowerShell|PowerShell]], [[Python (programming language)|Python]] and [[R (programming language)|R]].
 
An example in R: