Comment Syntax: Difference between revisions

Jump to navigation Jump to search
121 bytes added ,  14 October 2013
Line 47: Line 47:
</pre>
</pre>


==P: Perl, PHP==
==P: Perl, PHP, Python==
Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>:
Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>:
<pre>
<pre>
Line 68: Line 68:
<pre>
<pre>
; single line comment
; single line comment
</pre>
Python: [http://ipython.org/notebook.html The IPython Notebook — IPython]
<pre>
# single line comment
</pre>
</pre>


Navigation menu