14,974
edits
m (Undo revision 13741 by 94.228.204.10 (talk)) |
|||
| Line 1: | Line 1: | ||
程式的註解語法(Comment Syntax) << [[Testing]] | 程式的註解語法(Comment Syntax) << [[Testing]] | ||
== B: Bash shell == | |||
[http://en.wikipedia.org/wiki/Bash_(Unix_shell) Bash (Unix shell)] | |||
<pre> | |||
# single line comment | |||
</pre> | |||
==C: CSS== | ==C: CSS== | ||