Difference between pages "Operators" and "Category:Communication Mode Types"

From Mesham
(Difference between pages)
Jump to navigationJump to search
m (6 revisions imported)
 
(Created page with 'Category:Composite Types')
 
Line 1: Line 1:
== Operators ==
+
[[Category:Composite Types]]
#+  Addition
 
#-  Subtraction
 
#<nowiki>*</nowiki>  Multiplication
 
#/ Division
 
#++  Pre or post fix addition
 
#--  Pre or post fix subtraction
 
#<< Bit shift to left
 
#>>  Bit shift to right 
 
#==  Test for equality 
 
#!=  Test for inverse equality
 
#!  Logical negation
 
#( )  Function call or expression parentheses
 
#[ ]  Array element access
 
#.  Member access
 
#< Test lvalue is smaller than rvalue
 
#>  Test lvalue is greater than rvalue 
 
#<=  Test lvalue is smaller or equal to rvalue
 
#>=  Test lvalue is greater or equal to rvalue
 
#?:  Inline if operator
 
#|||  Logical short circuit OR
 
#&&  Logical short circuit AND
 
#|  Logical OR
 
#&  Logical AND
 
#+= Plus assignment
 
#-= Subtraction assignment
 
#<nowiki>*</nowiki>= Multiplication assignment
 
#/= Division assignment
 
#%= Modulus assignment
 
 
 
[[Category:Core Mesham]]
 

Revision as of 00:30, 4 January 2010