The void operator is used in either of the following ways:
1. void ( expression )
2. void expression
The void operator specifies an expression to be evaluated without returning a value. expression is a MetaScript expression to evaluate. The parentheses surrounding the expression are optional, but it is good style to use them.