Table Of Contents

Previous topic

Operators

Next topic

Boolean Operators

This Page

Arithmetic Operators


Addition

1 + 1 >> ConstantTwo;
2 >> ConstantTwo;

[1, 1] + 1 >> ConstantBundleTwo;
[2, 2] >> ConstantBundleTwo;

Multiplication

2 * 2 >> ConstantFour;
4 >> ConstantFour;

[2, 2] * 2 >> ConstantBundleFour;
[4, 4] >> ConstantBundleFour;