Overview of operators (SDL script)
The following operators can be used in SDL scripts.
Tests for equality in a conditional statement.
Tests for inequality in a conditional statement.
<
Tests for a condition being less than another condition in a conditional statement.
>
Tests for a condition being greater than another condition in a conditional statement.
&
Concatenates two strings.
-
Performs numeric subtraction.
+
Performs numeric addition, or evaluates the union of two lists.
*
Evaluates the intersection of two lists.