<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.planetoid.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=41.162.162.52</id>
	<title>LemonWiki共筆 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.planetoid.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=41.162.162.52"/>
	<link rel="alternate" type="text/html" href="https://wiki.planetoid.info/index.php/Special:Contributions/41.162.162.52"/>
	<updated>2026-05-06T13:46:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.planetoid.info/index.php?title=Comment_Syntax&amp;diff=13722</id>
		<title>Comment Syntax</title>
		<link rel="alternate" type="text/html" href="https://wiki.planetoid.info/index.php?title=Comment_Syntax&amp;diff=13722"/>
		<updated>2014-05-22T07:06:00Z</updated>

		<summary type="html">&lt;p&gt;41.162.162.52: /* B: Bash shell */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;程式的註解語法(Comment Syntax) &amp;lt;&amp;lt; [[Testing]]&lt;br /&gt;
&lt;br /&gt;
Very nice site!&lt;br /&gt;
&lt;br /&gt;
==C: CSS==&lt;br /&gt;
CSS Code: &#039;&#039;&#039;viewable&#039;&#039;&#039; when user view the HTML source code&amp;lt;ref&amp;gt;[http://www.w3schools.com/css/css_syntax.asp CSS Syntax]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* multiple lines&lt;br /&gt;
comments&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx Conditional Comments] for {{IE}}&lt;br /&gt;
&lt;br /&gt;
==D: DOS==&lt;br /&gt;
DOS Command Code&amp;lt;ref&amp;gt;[http://www.csulb.edu/~murdock/rem.html DOS Command:  REM]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
REM [comment]&lt;br /&gt;
ex: REM single line comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==H: HTML==&lt;br /&gt;
HTML Code: &#039;&#039;&#039;viewable&#039;&#039;&#039; when user view the HTML source code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is an HTML Comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- multiple &lt;br /&gt;
lines --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==J: Javascript, JSP==&lt;br /&gt;
Javascript Code: &#039;&#039;&#039;viewable&#039;&#039;&#039; when user view the HTML source code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//single line comment&lt;br /&gt;
&lt;br /&gt;
/* multiple &lt;br /&gt;
lines&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JSP&amp;lt;ref&amp;gt;[http://www.xyzws.com/JSPfaq/how-to-use-comments-in-jsp-pages/8 How to use comments in JSP pages?]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//single line comment&lt;br /&gt;
&lt;br /&gt;
/* multiple &lt;br /&gt;
lines&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==P: Perl, PHP, Python==&lt;br /&gt;
Perl Code&amp;lt;ref&amp;gt;[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#single line comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PHP Code: &#039;&#039;&#039;not viewable&#039;&#039;&#039; when user view the HTML source code&amp;lt;ref&amp;gt;[http://www.tizag.com/phpT/comment.php using comments in php]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# single line comment&lt;br /&gt;
// another single line comment&lt;br /&gt;
&lt;br /&gt;
/* multiple &lt;br /&gt;
lines&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
php.ini&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; single line comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Python: [http://ipython.org/notebook.html The IPython Notebook]&amp;lt;ref&amp;gt;[http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter2/Chapter2_Syntax.ipynb Python for Developers - Chapter 2: Syntax]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# single line comment&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==S: SIKULI, SQL==&lt;br /&gt;
[http://groups.csail.mit.edu/uid/sikuli/ SIKULI] Code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#single line comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SQL Command / [http://dev.mysql.com/doc/refman/5.1/en/comments.html MySQL 5.1 Comment Syntax]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-- single line comment&lt;br /&gt;
&lt;br /&gt;
/* multiple &lt;br /&gt;
lines&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==V: VBScript ==&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ektke1b0(VS.85).aspx VBScript Coding Conventions], [http://www.tizag.com/vbscriptTutorial/vbscriptoperators.php VBScript Tutorial - Operators]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039; single line comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==X: XML==&lt;br /&gt;
XML Code&amp;lt;ref&amp;gt;[http://www.tizag.com/xmlTutorial/xmlcomment.php xml comment]&amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt;[http://msdn.microsoft.com/zh-tw/library/ms748250.aspx XML 字元實體和 XAML]&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
	multiple lines&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
References&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
further reading&lt;br /&gt;
* [http://blog.csdn.net/haoel/article/details/5782907 五種應該避免的代碼注釋 - 陳皓專欄](簡體)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Web_Dev]] [[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>41.162.162.52</name></author>
	</entry>
</feed>