Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Asterisk
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=====Comments in programming languages===== {{Main article|block comments}} In the [[B (programming language)|B programming language]] and languages that borrow syntax from it, such as [[C (programming language)|C]], [[PHP]], [[Java (software platform)|Java]], or [[C Sharp (programming language)|C#]], comments in the [[source code]] (for information to people, ignored by the [[compiler]]) are marked by an asterisk combined with the slash: <syntaxhighlight lang="c#"> /* This section displays message if user input was not valid (comment ignored by compiler) */ </syntaxhighlight> [[CSS]] also uses this comment format:<syntaxhighlight lang="css"> body { /* This ought to make the text more readable for far-sighted people */ font-size: 24pt; } </syntaxhighlight> Some [[Pascal (programming language)|Pascal]]-like programming languages, such as [[Object Pascal]], [[Modula-2]], [[Modula-3]], and [[Oberon (programming language)|Oberon]], and other languages such as [[ML (programming language)|ML]], [[Wolfram Language]] ([[Mathematica]]), [[AppleScript]], [[OCaml]], [[Standard ML]], and [[Maple (software)|Maple]], use an asterisk combined with a parenthesis: <syntaxhighlight lang="Applescript"> (* Do not change this variable - it is used later (comment ignored by compiler) *) </syntaxhighlight> Each computing language has its own way of handling comments; {{code|/* ... */}} and similar notations are not universal.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Asterisk
(section)
Add topic