Comments: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: Un-Pythonic.)
No edit summary
Line 3,304: Line 3,304:


</lang>
</lang>

=={{header|Vlang}}==
<pre>
// This is a single line comment.
/*
This is a multiline comment.
/* It can be nested. */
*/
</pre>


=={{header|Vorpal}}==
=={{header|Vorpal}}==