Microsoft® JScript
JScript Operators
Language Reference 

Computational
Unary negation ( - )
Increment ( ++ )
Decrement ( -- )
Multiplication ( * )
Division ( / )
Modulo arithmetic ( % )
Addition ( + )
Subtraction ( - )
Logical
Logical NOT ( ! )
Less than ( < )
Greater than ( > )
Less than or equal to ( <= )
Greater than or equal to ( >= )
Equality ( == )
Inequality ( != )
Logical AND ( && )
Logical OR ( || )
Conditional (trinary) ( ?: )
Comma ( , )
Bitwise
Bitwise NOT ( ~ )
Bitwise Shift Left ( << )
Bitwise Shift Right ( >> )
Unsigned Shift Right ( >>> )
Bitwise AND ( & )
Bitwise XOR ( ^ )
Bitwise OR ( | )
Assignment
Assignment ( = )
Compound assignment operators


© 1996 by Microsoft Corporation. .


Casa de Bender