Void is the variable type for any function that returns no value. Note that in SCAR, functions are never declared as Void, but mearly do, or do not, return a value. Void is a definition in the Functions list, to make it clear the function returns no value.
Anything which returns a required value will have it in place of the Void variable.
Example void function:
Data Types
Functions
SCAR Home
Wiki Home