Jump to content

Comments: Difference between revisions

no edit summary
m (syntax highlighting fixup automation)
No edit summary
Line 444:
a = 1 # The newline is not part of the comment.
b = 2 # So this line is a different statement.</syntaxhighlight>
 
=={{header|Beef}}==
 
<syntaxhighlight lang="csharp">//This is a comment.
//This is another comment.
 
/* This is also a comment. */
 
/* This is a
multi-line
comment */</syntaxhighlight>
 
=={{header|Befunge}}==
29

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.