14,974
edits
m (Removed protection from "Comment Syntax") |
mNo edit summary |
||
| Line 63: | Line 63: | ||
MySQL configuration file | MySQL configuration file | ||
<pre> | <pre> | ||
#single line comment | # single line comment | ||
-- single line comment. Note there are one space between '--' with 'single line comment'. | -- single line comment. Note there are one space between '--' with 'single line comment'. | ||
| Line 76: | Line 76: | ||
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> | ||
#single line comment | # single line comment | ||
</pre> | </pre> | ||
| Line 112: | Line 112: | ||
<pre> | <pre> | ||
#single line comment | # single line comment | ||
</pre> | </pre> | ||
| Line 120: | Line 120: | ||
[http://groups.csail.mit.edu/uid/sikuli/ SIKULI] Code: ({{exclaim}} multiple line comment is not supported for SIKULI IDE 1.x[https://bugs.launchpad.net/sikuli/+bug/585342]) | [http://groups.csail.mit.edu/uid/sikuli/ SIKULI] Code: ({{exclaim}} multiple line comment is not supported for SIKULI IDE 1.x[https://bugs.launchpad.net/sikuli/+bug/585342]) | ||
<pre> | <pre> | ||
#single line comment | # single line comment | ||
</pre> | </pre> | ||