In Expressions, elements are glued together with the help of operators. |
Some operators include : |
Numerical -- +, -, /, * ^ |
String -- & Concatenates two strings |
Numerical and String comparisons -- =, <>, >=, >, <, <= |
Logical -- Not, And, Or, Xor. |
Object Comparison -- Is Checks to see |
if the two objects are the same. |