Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

+ Addition Operator

This operator computes the sum of two given expressions.

Syntax:

exp1 + exp2

Usage:

7 + 8               // evaluates to 16
2 + 2               // evaluates to 4

Addition operator may also be used in string expressions to concatenate strings or to add immediate or field to a string.