Difference between revisions of "Operators"
From SDU
m |
m |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Customizations]] | [[Category:Customizations]] | ||
| − | + | {{Global Header}} | |
| − | + | {{Global Announcement}} | |
== Arithmetic Operators == | == Arithmetic Operators == | ||
Revision as of 00:58, 27 July 2008
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Arithmetic Operators
<source lang="javascript"> + -
/ </source>
Comparison Operators
<source lang="javascript"> == != </source>
Concatenation Operators
<source lang="javascript"> + </source>
Logical Operators
<source lang="javascript"> || && ! </source>