void_operator
    The following is a list of properties for the function void_operator:
| Property | Value | 
|---|---|
brief | Support for the void operator | 
category | miscellaneous | 
description | This is the support function for the void operator which evaluates value and returns undefined. | 
functionId | void_operator | 
functionLabel | void_operator | 
parameters | [ { "brief": "Value", "description": "This is the value to evaluate.", "name": "value" } ] | 
returns | { "brief": "undefined", "description": "This always returns undefined." } |