Adaptive Framework 0.9.0

void_operator

The following is a list of properties for the function void_operator:

PropertyValue
briefSupport for the void operator
categorymiscellaneous
descriptionThis is the support function for the void operator which evaluates value and returns undefined.
functionIdvoid_operator
functionLabelvoid_operator
parameters[ { "brief": "Value", "description": "This is the value to evaluate.", "name": "value" } ]
returns{ "brief": "undefined", "description": "This always returns undefined." }